mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 17:41:05 +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:
|
||||
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…
Add table
Add a link
Reference in a new issue