aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-09-26.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext_depends/D-YAML/test/spec 1.1/spec-09-26.yaml')
-rw-r--r--src/ext_depends/D-YAML/test/spec 1.1/spec-09-26.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ext_depends/D-YAML/test/spec 1.1/spec-09-26.yaml b/src/ext_depends/D-YAML/test/spec 1.1/spec-09-26.yaml
new file mode 100644
index 0000000..448fcf0
--- /dev/null
+++ b/src/ext_depends/D-YAML/test/spec 1.1/spec-09-26.yaml
@@ -0,0 +1,21 @@
+%YAML 1.1
+---
+- name: spec-09-26
+ yaml: "|\n \n \n literal\n \n text\n\n # Comment\n"
+ tree: |
+ +STR
+ +DOC
+ =VAL |\n\nliteral\n\ntext\n
+ -DOC
+ -STR
+- name: spec-09-26-canonical
+ yaml: |
+ %YAML 1.1
+ ---
+ !!str "\n\nliteral\n\ntext\n"
+ tree: |
+ +STR
+ +DOC ---
+ =VAL <tag:yaml.org,2002:str> "\n\nliteral\n\ntext\n
+ -DOC
+ -STR