diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2005-08-24 14:46:07 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2005-08-24 14:46:07 +0000 |
| commit | 53bd1f3c2c6a5bf079dbb37813a327838ad9a75c (patch) | |
| tree | ad2fcbba421023c7dd5721f555fde6e01fec6871 /result/ent2.sax2 | |
| parent | 2644ab270ea5db157fff0e92a6c095a47577ce4f (diff) | |
| download | platform_external_libxml2-53bd1f3c2c6a5bf079dbb37813a327838ad9a75c.tar.gz platform_external_libxml2-53bd1f3c2c6a5bf079dbb37813a327838ad9a75c.tar.bz2 platform_external_libxml2-53bd1f3c2c6a5bf079dbb37813a327838ad9a75c.zip | |
found another bug while looking at #309616 on missing entities. this
* parser.c: found another bug while looking at #309616 on missing
entities.
* result/ent2.sax* result/ent7.sax* result/xml2.sax*: this changed the
SAX stream in missing conditions for a few tests
Daniel
Diffstat (limited to 'result/ent2.sax2')
| -rw-r--r-- | result/ent2.sax2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/result/ent2.sax2 b/result/ent2.sax2 index 8c28ea98..d7c80021 100644 --- a/result/ent2.sax2 +++ b/result/ent2.sax2 @@ -11,6 +11,7 @@ SAX.characters( , 3) SAX.getEntity(title) SAX.error: Entity 'title' not defined +SAX.reference(title) SAX.characters( This text is about XML, the, 31) SAX.getEntity(xml) |
