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:
Niels Grewe 2015-09-22 12:32:37 +00:00
parent 0c5d96eebd
commit 9a2ee0bf9e
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>