reident tests

This commit is contained in:
2021-04-13 11:07:10 +02:00
parent cda68e88a2
commit 65d40f494f
421 changed files with 6203 additions and 7129 deletions

View File

@ -1,26 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.9">
<variables>
<family name='general'>
<variable name='varname' type='string' description="No change" multi="True">
<value>val1</value>
<value>val2</value>
</variable>
</family>
<family name='dyn' dynamic="varname">
<variable name='vardyn' type='string' description="No change">
<value>val</value>
</variable>
</family>
<family name='new'>
<variable name='newvar' type='string' description="No change"/>
</family>
</variables>
<constraints>
<condition name="hidden_if_in" source="vardynval1">
<param>non</param>
<target type="family">new</target>
</condition>
</constraints>
<variables>
<family name="general">
<variable name="varname" type="string" description="No change" multi="True">
<value>val1</value>
<value>val2</value>
</variable>
</family>
<family name="dyn" dynamic="varname">
<variable name="vardyn" type="string" description="No change">
<value>val</value>
</variable>
</family>
<family name="new">
<variable name="newvar" type="string" description="No change"/>
</family>
</variables>
<constraints>
<condition name="hidden_if_in" source="vardynval1">
<param>non</param>
<target type="family">new</target>
</condition>
</constraints>
</rougail>