summaryrefslogtreecommitdiffstats
path: root/test/yaml/literal-block-1/input.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/yaml/literal-block-1/input.yaml')
-rw-r--r--test/yaml/literal-block-1/input.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/yaml/literal-block-1/input.yaml b/test/yaml/literal-block-1/input.yaml
new file mode 100644
index 0000000..38a7799
--- /dev/null
+++ b/test/yaml/literal-block-1/input.yaml
@@ -0,0 +1,11 @@
+# Multi-line string where line breaks need to be preserved.
+
+# When the line begins with '|', the next line needs to be indented, and all
+# the other lines thereafter need to have indent level greater than that of
+# the first line.
+--- |
+ line 1
+ line 2
+ line 3
+ 2 blanks follow
+