summaryrefslogtreecommitdiffstats
path: root/tests/yaml-1.2-spec-examples/example-8.5
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yaml-1.2-spec-examples/example-8.5')
-rw-r--r--tests/yaml-1.2-spec-examples/example-8.519
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/yaml-1.2-spec-examples/example-8.5 b/tests/yaml-1.2-spec-examples/example-8.5
new file mode 100644
index 0000000..32fa08f
--- /dev/null
+++ b/tests/yaml-1.2-spec-examples/example-8.5
@@ -0,0 +1,19 @@
+ # Strip
+ # Comments:
+strip: |-
+ # text
+
+ # Clip
+ # comments:
+
+clip: |
+ # text
+
+ # Keep
+ # comments:
+
+keep: |+
+ # text
+
+ # Trail
+ # comments.