summaryrefslogtreecommitdiff
path: root/glib/tests/bookmarks/fail-19.xbel
Commit message (Collapse)AuthorAgeFilesLines
* gbookmarkfile: Fix error reporting with unexpected nesting of elementsPhilip Withnall2018-07-301-0/+1
The parser state machine for bookmark files did not handle unexpected nesting of elements, such as a <bookmark> element inside a <title> element — it would print a critical warning rather than returning a GError. Fix that, and add various unit tests for it. The set of tests includes various other general markup tests as provided by Jussi Judin. Signed-off-by: Philip Withnall <withnall@endlessm.com> https://gitlab.gnome.org/GNOME/glib/issues/1035