mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-04 10:30:47 +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
82e7f44a2c
commit
8e820528d9
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
parserDidStartDocument:
|
parserDidStartDocument:
|
||||||
parser:didStartElement:namespaceURI:qualifiedName:attributes: node node {
|
parser:didStartElement:namespaceURI:qualifiedName:attributes: node node {
|
||||||
attr = "-\"+";
|
attr = "-\"+&";
|
||||||
}
|
}
|
||||||
|
|
||||||
content
|
content
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version='1.0'?>
|
<?xml version='1.0'?>
|
||||||
<node attr = "-"+">
|
<node attr = "-"+&">
|
||||||
content
|
content
|
||||||
</node>
|
</node>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue