summaryrefslogtreecommitdiff
path: root/test/YAMLParser/spec-09-18.data
diff options
context:
space:
mode:
Diffstat (limited to 'test/YAMLParser/spec-09-18.data')
-rw-r--r--test/YAMLParser/spec-09-18.data11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/YAMLParser/spec-09-18.data b/test/YAMLParser/spec-09-18.data
new file mode 100644
index 0000000000..ac623f9973
--- /dev/null
+++ b/test/YAMLParser/spec-09-18.data
@@ -0,0 +1,11 @@
+# RUN: yaml-bench -canonical %s
+
+- | # Just the style
+ literal
+- >1 # Indentation indicator
+ folded
+- |+ # Chomping indicator
+ keep
+
+- >-1 # Both indicators
+ strip