Test for parsing & in an attribute

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39011 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
thebeing 2015-09-22 12:32:37 +00:00
parent 82e7f44a2c
commit 8e820528d9
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
parserDidStartDocument:
parser:didStartElement:namespaceURI:qualifiedName:attributes: node node {
attr = "-\"+";
attr = "-\"+&";
}
content

View file

@ -1,4 +1,4 @@
<?xml version='1.0'?>
<node attr = "-&quot;+">
<node attr = "-&quot;+&amp;">
content
</node>