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 {
|
||
|
}
|
||
|
}
|