for creole's zephir2 branch
This commit is contained in:
1
tests/dicos/wrong_calc/00_base.xml
Symbolic link
1
tests/dicos/wrong_calc/00_base.xml
Symbolic link
@ -0,0 +1 @@
|
||||
../00_base.xml
|
30
tests/dicos/wrong_calc/00_test.xml
Normal file
30
tests/dicos/wrong_calc/00_test.xml
Normal file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<creole>
|
||||
|
||||
<files/>
|
||||
|
||||
<variables>
|
||||
<family name='test'>
|
||||
<variable name='test_value' type='string' description='"fr", "eu", "i2" est autorisé ici' mandatory='True'>
|
||||
<value>FR</value>
|
||||
</variable>
|
||||
<variable name='test_country_name' type='string' description='pas de problème avec "fr" et "eu" mais problème "i2"'/>
|
||||
<variable name='test_country_name2' type='string' description='"fr" => "FR", "eu" => "EU" et "i2" => "FR"'/>
|
||||
</family>
|
||||
</variables>
|
||||
|
||||
<constraints>
|
||||
<check name='valid_country' target='test_country_name'>
|
||||
</check>
|
||||
<fill name='calc_val' target='test_country_name'>
|
||||
<param type='eole' name='valeur'>test_value</param>
|
||||
</fill>
|
||||
<fill name='calc_ssl_country_name' target='test_country_name2'>
|
||||
<param type='eole' name='valeur'>test_value</param>
|
||||
</fill>
|
||||
</constraints>
|
||||
|
||||
<help/>
|
||||
|
||||
</creole>
|
Reference in New Issue
Block a user