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

16 lines
231 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
var:
description: a variable
choices:
jinja: |-
{% for n in trange(0, 10) %}
2025-03-27 21:45:29 +01:00
{{ n }}
2024-12-23 20:54:52 +01:00
{% endfor %}
return_type: integer
2024-12-23 20:54:52 +01:00
description: choices is 0 to 9
default: 9
2025-04-27 09:27:04 +02:00
...