Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gbookmarkfile: Fix error reporting with unexpected nesting of elements | Philip Withnall | 2018-07-30 | 1 | -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 |