[glib] Add a test to show that GMarkup properly handles > in content



commit 3758b41e08147ca15d5f348afa8e84d9ea6a6a0b
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jan 31 22:00:45 2012 -0500

    Add a test to show that GMarkup properly handles > in content

 glib/tests/markups/valid-15.expected |    3 +++
 glib/tests/markups/valid-15.gmarkup  |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/glib/tests/markups/valid-15.expected b/glib/tests/markups/valid-15.expected
new file mode 100644
index 0000000..559c949
--- /dev/null
+++ b/glib/tests/markups/valid-15.expected
@@ -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
index 0000000..ba13597
--- /dev/null
+++ b/glib/tests/markups/valid-15.gmarkup
@@ -0,0 +1 @@
+<test>&lt;bla>bla</test>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]