mirror of
https://github.com/status-im/NimYAML.git
synced 2025-02-22 16:08:25 +00:00
12 lines
163 B
YAML
12 lines
163 B
YAML
%YAML 1.2
|
|
--- !nim:custom:NodeObj &a
|
|
name: Node 1
|
|
left:
|
|
name: Node 2
|
|
left: !!null ~
|
|
right: &b
|
|
name: Node 3
|
|
left: *a
|
|
right: !!null ~
|
|
right: *b
|