valid_enum is now choice
This commit is contained in:
19
tests/dictionaries/80valid_enum_not_choice/00-base.xml
Normal file
19
tests/dictionaries/80valid_enum_not_choice/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="string" description="multi" help="bla bla bla">
|
||||
<value>c</value>
|
||||
<choice type="string">a</choice>
|
||||
<choice type="string">b</choice>
|
||||
<choice type="string">c</choice>
|
||||
</variable>
|
||||
</family>
|
||||
</variables>
|
||||
<constraints/>
|
||||
</rougail>
|
0
tests/dictionaries/80valid_enum_not_choice/errno_3
Normal file
0
tests/dictionaries/80valid_enum_not_choice/errno_3
Normal file
Reference in New Issue
Block a user