name in family or variable must be valid
This commit is contained in:
30
tests/dictionaries/80leadership_accent/00-base.xml
Normal file
30
tests/dictionaries/80leadership_accent/00-base.xml
Normal file
@ -0,0 +1,30 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<rougail version="0.9">
|
||||
<variables>
|
||||
<family name="general">
|
||||
<variable name="mode_conteneur_actif" type="string" description="No change">
|
||||
<value>non</value>
|
||||
</variable>
|
||||
</family>
|
||||
<family name="general1">
|
||||
<variable name="leader" type="string" multi="True"/>
|
||||
<variable name="Followér1" type="string"/>
|
||||
<variable name="Followér2" type="string"/>
|
||||
</family>
|
||||
</variables>
|
||||
|
||||
<constraints>
|
||||
<fill name="calc_val">
|
||||
<param name="valeur">valfill</param>
|
||||
<target>follower1</target>
|
||||
</fill>
|
||||
<fill name="calc_val">
|
||||
<param type="variable">Followér1</param>
|
||||
<target>follower2</target>
|
||||
</fill>
|
||||
<group leader="leader">
|
||||
<follower>Followér1</follower>
|
||||
<follower>Followér2</follower>
|
||||
</group>
|
||||
</constraints>
|
||||
</rougail>
|
0
tests/dictionaries/80leadership_accent/__init__.py
Normal file
0
tests/dictionaries/80leadership_accent/__init__.py
Normal file
0
tests/dictionaries/80leadership_accent/errno_76
Normal file
0
tests/dictionaries/80leadership_accent/errno_76
Normal file
Reference in New Issue
Block a user