mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
0c5d96eebd
commit
9a2ee0bf9e
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
parserDidStartDocument:
|
||||
parser:didStartElement:namespaceURI:qualifiedName:attributes: node node {
|
||||
attr = "-\"+";
|
||||
attr = "-\"+&";
|
||||
}
|
||||
|
||||
content
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version='1.0'?>
|
||||
<node attr = "-"+">
|
||||
<node attr = "-"+&">
|
||||
content
|
||||
</node>
|
||||
|
|
Loading…
Reference in a new issue