summaryrefslogtreecommitdiff
path: root/examples/strings.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/strings.yaml')
-rw-r--r--examples/strings.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/strings.yaml b/examples/strings.yaml
new file mode 100644
index 000000000000..31b641f4f3cd
--- /dev/null
+++ b/examples/strings.yaml
@@ -0,0 +1,7 @@
+unqouted: string
+literal-block: |
+ This entire block of text will be the value of the 'literal-block' key,
+ with line breaks being preserved.
+folded: >
+ This entire block of text will be the value of 'folded', but this
+ time, all newlines will be replaced with a single space.