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

20 lines
515 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<rougail>
<variables>
<variable name="instanciated_module" type="boolean">
<value>no</value>
</variable>
<variable name="my_variable" auto_freeze="True" hidden="True">
<value>no</value>
</variable>
</variables>
<constraints>
<fill name="calc_val">
<param>yes</param>
<target>my_variable</target>
</fill>
</constraints>
</rougail>
<!-- vim: ts=4 sw=4 expandtab
-->