testsuite: Add serialize test for debug node

This commit is contained in:
Benjamin Otte 2019-05-02 20:09:31 +02:00
parent 00b947124f
commit 43a5ff8e01
2 changed files with 5 additions and 0 deletions

View File

@ -88,6 +88,7 @@ serialize_deserialize_tests = [
'blend',
'border',
'color',
'debug',
'rounded-rect',
'shadow',
'testswitch',

View File

@ -0,0 +1,4 @@
debug {
message: "I'm a debug node.";
child: container {}
}