html.templates.chloe.test: forgot to check in test14.xml and test15.xml

db4
Slava Pestov 2010-08-20 19:28:38 -07:00
parent 6ddb60b914
commit 8227fff723
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<t:title>Hello &lt;world&gt; <t:label t:name="a-value" /></t:title>
<t:write-title />
</t:chloe>

View File

@ -0,0 +1,6 @@
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<t:title>This is <b>not</b> allowed</t:title>
<t:write-title />
</t:chloe>