glib/tests/markups/valid-3.gmarkup
author William Roberts <williamr@symbian.org>
Tue, 22 Jun 2010 22:02:13 +0100
branchGCC_SURGE
changeset 38 ea84df9fe210
parent 18 47c74d1534e1
permissions -rw-r--r--
Remove GCCE-specific def file for libstdcpp.dll - it's not binary compatible with the EABI one anyway (Bug 2971)

<foo>
<bar a="1"/>
<bar a="1" b="2"/>
<bar a="1" b="2" c="3"/>
<bar a="1" b="2" c="3" d="4"/>
<bar a="1" b="2" c="3" d="4" e="5"/>
<bar a="1" b="2" c="3" d="4" e="5" f="6"/>
<bar a="1" b="2" c="3"/>
<bar a="1"/>
</foo>