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

17 lines
309 B
YAML
Raw Normal View History

2024-12-23 20:54:52 +01:00
---
version: 1.1
var1:
description: a first variable
test:
- another_value
validators:
- jinja: |-
{% if _.var1 == _.var2 %}
2025-03-27 21:45:29 +01:00
var1 must be different than var2
2024-12-23 20:54:52 +01:00
{% endif %}
description: var1 must be different than var2
default: oui
var2: no # A second variable