rougail-output-formatter/tests/results/00_6choice_calculation/rougail/00-base.yml

15 lines
231 B
YAML

%YAML 1.2
---
version: 1.1
var:
description: a variable
choices:
jinja: |-
{% for n in trange(0, 10) %}
{{ n }}
{% endfor %}
return_type: integer
description: choices is 0 to 9
default: 9
...