JetCore/tests/testinclude.jet
2024-11-26 16:57:03 -08:00

7 lines
263 B
Plaintext

<set name="localvar" scope="local">This is a container set with '#[name1]'</set>
This is from an include tag.
localname='#[name1]'
<set name="include" value="yes" />
<set name="testinclude" value="x#[localvar]x" />
test='$[testinclude]'
<dump file="./dump.txt" />