rougail/tests/dictionaries/10leadership_auto_index/00-base.xml

21 lines
488 B
XML
Raw Normal View History

2021-02-17 22:32:28 +01:00
<?xml version='1.0' encoding='UTF-8'?>
2021-02-18 18:57:50 +01:00
<rougail version="0.9">
2021-04-13 11:07:10 +02:00
<variables>
<variable name="leader" multi="True">
<value>a</value>
<value>b</value>
<value>c</value>
</variable>
<variable name="follower1" type="number"/>
</variables>
<constraints>
<fill name="calc_val">
<param type="index"/>
<target>follower1</target>
</fill>
<group leader="leader">
<follower>follower1</follower>
</group>
</constraints>
2021-02-17 22:32:28 +01:00
</rougail>