rougail/tests/dictionaries/01fill_only_optional/00-base.xml

22 lines
684 B
XML
Raw Normal View History

2021-01-02 21:22:59 +01:00
<?xml version='1.0' encoding='UTF-8'?>
<rougail>
<variables>
<family name="general">
2021-01-10 16:53:41 +01:00
<variable name="mode_conteneur_actif" type="string" description="No change" hidden="True">
2021-01-02 21:22:59 +01:00
<value>non</value>
</variable>
2021-01-10 16:53:41 +01:00
<variable name="mode_conteneur_actif1" type="string" description="No change">
2021-01-02 21:22:59 +01:00
<value>non</value>
</variable>
</family>
</variables>
<constraints>
<fill name="calc_val" target="mode_conteneur_actif">
<param type="variable" optional="True">mode_conteneur_actif4</param>
</fill>
</constraints>
</rougail>
<!-- vim: ts=4 sw=4 expandtab
-->