Add a test to show that GMarkup properly handles > in content
authorMatthias Clasen <mclasen@redhat.com>
Wed, 1 Feb 2012 03:00:45 +0000 (22:00 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 1 Feb 2012 03:02:22 +0000 (22:02 -0500)
glib/tests/markups/valid-15.expected [new file with mode: 0644]
glib/tests/markups/valid-15.gmarkup [new file with mode: 0644]

diff --git a/glib/tests/markups/valid-15.expected b/glib/tests/markups/valid-15.expected
new file mode 100644 (file)
index 0000000..559c949
--- /dev/null
@@ -0,0 +1,3 @@
+ELEMENT 'test'
+  TEXT '<bla>bla'
+END 'test'
diff --git a/glib/tests/markups/valid-15.gmarkup b/glib/tests/markups/valid-15.gmarkup
new file mode 100644 (file)
index 0000000..ba13597
--- /dev/null
@@ -0,0 +1 @@
+<test>&lt;bla>bla</test>