gtk2/testsuite/gsk/nodeparser/debug.node
Matthias Clasen 124f60593b nodeparser: Print debug message before child
This puts the message up top, where it can be seen,
and not at the other end of an endless tree of children.

Update tests to match.
2021-03-09 12:15:25 -05:00

6 lines
67 B
Plaintext

debug {
message: "I'm a debug node.";
child: container {
}
}