forked from AuroraMiddleware/gtk
Add a test for the previous fix
This commit is contained in:
parent
c3ca34cf51
commit
174cdb09a7
13
testsuite/tools/simplify-data/test9.expected
Normal file
13
testsuite/tools/simplify-data/test9.expected
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<object class="GtkGrid">
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<layout>
|
||||
<property name="left-attach">0</property>
|
||||
<property name="top-attach">0</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
13
testsuite/tools/simplify-data/test9.ui
Normal file
13
testsuite/tools/simplify-data/test9.ui
Normal file
@ -0,0 +1,13 @@
|
||||
<!-- non-default child property remains -->
|
||||
<interface>
|
||||
<object class="GtkGrid">
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<layout>
|
||||
<property name="left-attach">0</property>
|
||||
<property name="top-attach">0</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
Loading…
Reference in New Issue
Block a user