mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +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