mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +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 {
|
|
}
|
|
}
|