Support Single Quotes in Attributes

Issue: #177
This commit is contained in:
Josh Johnson 2018-05-29 18:51:15 -04:00
parent 36820ce320
commit be30a5671b
3 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
<root>
<element attr='1' />
<element attr='2' />
<element attr='1' />
<element attr='2' />
</root>

View file

@ -1,4 +1,4 @@
<root>
<element attr='1' />
<element attr='2' />
<element attr='1' />
<element attr='2' />
</root>