rougail-output-formatter/tests/results/04_5validators_multi2/rougail/00-base.yml
2024-12-23 21:02:32 +01:00

21 lines
365 B
YAML

---
version: 1.1
var1:
description: a second variable
test:
- val1
- val2
validators:
- jinja: |-
{% if values | length > 2 %}
length must be less than 3
{% endif %}
description: check length is less than 3
params:
values:
variable: _.var1
whole: true
default:
- no
- yes