diff options
Diffstat (limited to 'tests/yaml-1.2-spec-examples/example-8.1')
-rw-r--r-- | tests/yaml-1.2-spec-examples/example-8.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/yaml-1.2-spec-examples/example-8.1 b/tests/yaml-1.2-spec-examples/example-8.1 new file mode 100644 index 0000000..fea9c8b --- /dev/null +++ b/tests/yaml-1.2-spec-examples/example-8.1 @@ -0,0 +1,10 @@ +- | # Empty header + literal +- >1 # Indentation indicator + folded +- |+ # Chomping indicator + keep + +- >1- # Both indicators + strip + |