Marko v3: Moved over pending entities test

This commit is contained in:
Patrick Steele-Idem 2016-01-19 15:58:29 -07:00
parent 724aa41c51
commit 4cf463e9f2
5 changed files with 5 additions and 8 deletions

View File

@ -1 +0,0 @@
<div data-attr="Hello &lt;John&gt; &lt;hello&gt;" data-nested-attr="Hello &lt;John&gt; &lt;hello&gt;" data-nested-attr2="Hello &lt;John&gt; &lt;hello&gt;">Hello &lt;John>© &lt;hello> <START></div> &copy;

View File

@ -1,7 +0,0 @@
<div data-attr="Hello &lt;John&gt; &lt;hello&gt;">
<attr name="data-nested-attr">Hello &lt;John&gt; <![CDATA[<hello>]]></attr>
<attr name="data-nested-attr2" value="Hello &lt;John&gt; &lt;hello&gt;"/>
Hello &lt;John&gt;© <![CDATA[<hello>]]>
${startTag:START}
</div>
&copy;

View File

@ -0,0 +1 @@
<div data-attr="Hello &quot;John&quot; &lt;foo&gt;">Hello &lt;John&gt;© <hello></div> &copy;

View File

@ -0,0 +1,4 @@
<div data-attr="Hello \"John\" <foo>">
Hello &lt;John&gt;© <![CDATA[<hello>]]>
</div>
&copy;