gtk2/testsuite/gtk/ui/label3.ui
Matthias Clasen 2c807335c4 Add tests for the GtkLabel builder parser
These tests check various error conditions in GtkLabel
custom tags.
2015-04-27 01:15:22 -04:00

9 lines
188 B
XML

<!-- test invalid label attribute name -->
<interface>
<object class="GtkLabel">
<attributes>
<attribute name="warbl" value="true"/>
</attributes>
</object>
</interface>