a family and a variable cannot have the same path

This commit is contained in:
2021-02-16 13:45:43 +01:00
parent e60fd4adbc
commit 85151da58d
8 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<rougail>
<variables>
<variable name="general"/>
<family name="general">
<variable name="my_variable2"/>
</family>
</variables>
</rougail>
<!-- vim: ts=4 sw=4 expandtab
-->