for creole's zephir2 branch
This commit is contained in:
1
tests/dicos/basic/00_base.xml
Symbolic link
1
tests/dicos/basic/00_base.xml
Symbolic link
@ -0,0 +1 @@
|
||||
../00_base.xml
|
30
tests/dicos/basic/99_basic.xml
Normal file
30
tests/dicos/basic/99_basic.xml
Normal file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<creole>
|
||||
|
||||
<files/>
|
||||
<containers/>
|
||||
|
||||
<variables>
|
||||
|
||||
<family name='test'>
|
||||
<variable name='obligatoire' type='string' description='Variable obligatoire' mandatory='True'/>
|
||||
<variable name='facultatif' type='string' description='Variable non obligatoire' mandatory='False'>
|
||||
<value>avec valeur</value>
|
||||
</variable>
|
||||
<variable name='autofreeze' type='string' description="Auto_freeze normale" auto_freeze='True'/>
|
||||
<variable name='autofreeze_x' type='string' description="Auto_freeze experte" auto_freeze='True' mode='expert'/>
|
||||
</family>
|
||||
<separators/>
|
||||
|
||||
</variables>
|
||||
|
||||
<constraints>
|
||||
|
||||
</constraints>
|
||||
|
||||
<help/>
|
||||
|
||||
</creole>
|
||||
<!-- vim: ts=4 sw=4 expandtab
|
||||
-->
|
Reference in New Issue
Block a user