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

20 lines
525 B
XML
Raw Normal View History

2019-11-24 20:25:09 +01:00
<?xml version='1.0' encoding='UTF-8'?>
2021-02-18 18:57:50 +01:00
<rougail version="0.9">
2019-11-23 08:17:35 +01:00
<variables>
<variable name="server_deployed" type="boolean">
<value>no</value>
</variable>
<variable name="my_variable" auto_freeze="True" hidden="True">
<value>no</value>
</variable>
2019-11-23 08:17:35 +01:00
</variables>
<constraints>
<fill name="calc_val">
<param>yes</param>
<target>my_variable</target>
2020-07-24 14:59:09 +02:00
</fill>
2019-11-23 08:17:35 +01:00
</constraints>
2020-02-16 21:27:42 +01:00
</rougail>
2019-11-23 08:17:35 +01:00
<!-- vim: ts=4 sw=4 expandtab
-->