diff options
author | Anthon van der Neut <anthon@mnt.org> | 2018-11-01 15:41:15 +0100 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2018-11-01 15:41:15 +0100 |
commit | e63c1e186f88812d705de8f572373d2abe5f195b (patch) | |
tree | d2ca9500cab4cadd16d8b75852a23f12a359966e /_test | |
parent | 82a72a27c6ba866878fdebe7a70bd4a86f54e81d (diff) | |
download | ruamel.yaml-e63c1e186f88812d705de8f572373d2abe5f195b.tar.gz |
fix issue #255 and #256 empty collection defaulting to flow-style0.15.76
an empty collection now defaults to best style. I.e. if elements are inserted
their style is not forced to flow-style
*When this change indeed resolves your problem, please **Close** this issue*.
*(You can do so using the WorkFlow pull-down (close to the top right of this page))*
Diffstat (limited to '_test')
-rw-r--r-- | _test/data/duplicate-merge-key.former-loader-error.data | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/_test/data/duplicate-merge-key.former-loader-error.data b/_test/data/duplicate-merge-key.former-loader-error.data deleted file mode 100644 index cebc3a1..0000000 --- a/_test/data/duplicate-merge-key.former-loader-error.data +++ /dev/null @@ -1,4 +0,0 @@ ---- -<<: {x: 1, y: 2} -foo: bar -<<: {z: 3, t: 4} |