diff options
Diffstat (limited to 'test/formatters/samplecode/yq-yaml/test-dont-add-docsep/in.yml')
| -rw-r--r-- | test/formatters/samplecode/yq-yaml/test-dont-add-docsep/in.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/formatters/samplecode/yq-yaml/test-dont-add-docsep/in.yml b/test/formatters/samplecode/yq-yaml/test-dont-add-docsep/in.yml new file mode 100644 index 0000000..fe6f000 --- /dev/null +++ b/test/formatters/samplecode/yq-yaml/test-dont-add-docsep/in.yml @@ -0,0 +1,12 @@ +doc: v1 +meta: + title: t1 + sub: + - sub1: 42 + sub2: 3333 +doc: v1 +meta: + title: t2 + sub: + - sub1: 43 + sub2: 4444 |
