rougail-output-formatter/tests/results/04_5validators_multi2/rougail/00-base.yml

24 lines
381 B
YAML
Raw Normal View History

2025-04-27 09:27:04 +02:00
%YAML 1.2
2024-12-23 20:54:52 +01:00
---
version: 1.1
var1:
description: a second variable
test:
- val1
- val2
validators:
- jinja: |-
{% if values | length > 2 %}
2025-03-27 21:45:29 +01:00
length must be less than 3
2024-12-23 20:54:52 +01:00
{% endif %}
description: check length is less than 3
params:
values:
variable: _.var1
whole: true
default:
- no
- yes
2025-04-27 09:27:04 +02:00
...