rougail/tests/dictionaries/02fill_multi_calc_val_multi/yml/00-base.yml

20 lines
285 B
YAML
Raw Normal View History

2022-11-02 22:52:50 +01:00
version: '0.10'
variables:
- variable:
- name: var1
2022-11-03 22:16:52 +01:00
multi: true
2022-11-02 22:52:50 +01:00
value:
- text: 'no'
- text: 'yes'
- text: maybe
- name: var2
2022-11-03 22:16:52 +01:00
multi: true
2022-11-02 22:52:50 +01:00
constraints:
- fill:
- name: calc_value
param:
- type: variable
text: var1
target:
- text: var2