1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/glib/tests/markups/valid-1.gmarkup Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,9 @@
1.4 + <!-- Comment -->
1.5 +<?PI ?>
1.6 +<foobar>
1.7 +<e1>Hi & this is some text inside an element Two 'E' chars as character refs: E E and some 'J': J J</e1>
1.8 +<e2:foo> Text <childfree/> with some <nested>nested elements</nested> and entities "& < >> ' and whitespace </e2:foo>
1.9 +<tag ab="fo<o" bar="foo" baz="blah">This element has attributes</tag>
1.10 +<nochildren a="b" xyz="qrs"/>
1.11 +</foobar>
1.12 +
1.13 \ No newline at end of file