valid_enum is now choice
This commit is contained in:
19
tests/dictionaries/88valid_enum_invalid_default/00-base.xml
Normal file
19
tests/dictionaries/88valid_enum_invalid_default/00-base.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<rougail version="0.10">
|
||||
<variables>
|
||||
<family name="general" mode="expert">
|
||||
<variable name="mode_conteneur_actif" type="string" description="No change">
|
||||
<value>non</value>
|
||||
</variable>
|
||||
</family>
|
||||
<family name="enumfam" mode="expert">
|
||||
<variable name="enumvar" type="choice" description="enumvar">
|
||||
<value type="string">a</value>
|
||||
<choice type="string">1</choice>
|
||||
<choice type="string">2</choice>
|
||||
<choice type="string">3</choice>
|
||||
</variable>
|
||||
</family>
|
||||
</variables>
|
||||
<constraints/>
|
||||
</rougail>
|
Reference in New Issue
Block a user