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

This commit is contained in:
Matthias Clasen 2012-01-31 22:00:45 -05:00
parent 47aa8c43e8
commit 3758b41e08
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
ELEMENT 'test'
TEXT '<bla>bla'
END 'test'

View File

@ -0,0 +1 @@
<test>&lt;bla>bla</test>