diff options
Diffstat (limited to '')
-rw-r--r-- | test/yaml/basic3/input.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/yaml/basic3/input.yaml b/test/yaml/basic3/input.yaml new file mode 100644 index 0000000..ab3e3b1 --- /dev/null +++ b/test/yaml/basic3/input.yaml @@ -0,0 +1,7 @@ +--- +- a: 1 + b: 2 + c: 3 +- d: 4 + e: 5 + f: 6 |