mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
477106292a
Thu May 24 21:24:16 CEST 2001 Paolo Molaro <lupus@ximian.com> * gmarkup.c: back out change by mitch@convergence.de and apply patch in bug id #52067 that fixes the same problem in a more complete manner. This fixes also a segfault for a malformed XML file and adds a new test case.
11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
<foo>
|
|
<bar a="1"/>
|
|
<bar a="1" b="2"/>
|
|
<bar a="1" b="2" c="3"/>
|
|
<bar a="1" b="2" c="3" d="4"/>
|
|
<bar a="1" b="2" c="3" d="4" e="5"/>
|
|
<bar a="1" b="2" c="3" d="4" e="5" f="6"/>
|
|
<bar a="1" b="2" c="3"/>
|
|
<bar a="1"/>
|
|
</foo>
|