mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 20:47:46 +02:00
Add a test to show that GMarkup properly handles > in content
This commit is contained in:
3
glib/tests/markups/valid-15.expected
Normal file
3
glib/tests/markups/valid-15.expected
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
ELEMENT 'test'
|
||||||
|
TEXT '<bla>bla'
|
||||||
|
END 'test'
|
1
glib/tests/markups/valid-15.gmarkup
Normal file
1
glib/tests/markups/valid-15.gmarkup
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<test><bla>bla</test>
|
Reference in New Issue
Block a user