update tests
This commit is contained in:
14
tests/dictionaries/80family_dynamic_not_multi/00-base.xml
Normal file
14
tests/dictionaries/80family_dynamic_not_multi/00-base.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<rougail>
|
||||
<variables>
|
||||
<family name='general'>
|
||||
<variable name='varname' type='string' description="No change">
|
||||
<value>val1</value>
|
||||
</variable>
|
||||
</family>
|
||||
<family name='dyn' dynamic="varname">
|
||||
<variable name='vardyn' type='string' description="No change"/>
|
||||
</family>
|
||||
</variables>
|
||||
</rougail>
|
Reference in New Issue
Block a user