mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
9 lines
140 B
Plaintext
9 lines
140 B
Plaintext
|
debug {
|
||
|
message: "I'm a debug node.";
|
||
|
child: container {
|
||
|
}
|
||
|
message: "With repeating message and child.";
|
||
|
child: container {
|
||
|
}
|
||
|
}
|