aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-05-09.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext_depends/D-YAML/test/spec 1.1/spec-05-09.yaml')
-rw-r--r--src/ext_depends/D-YAML/test/spec 1.1/spec-05-09.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ext_depends/D-YAML/test/spec 1.1/spec-05-09.yaml b/src/ext_depends/D-YAML/test/spec 1.1/spec-05-09.yaml
new file mode 100644
index 0000000..7c36e8d
--- /dev/null
+++ b/src/ext_depends/D-YAML/test/spec 1.1/spec-05-09.yaml
@@ -0,0 +1,23 @@
+%YAML 1.1
+---
+- name: spec-05-09
+ yaml: |
+ %YAML 1.1
+ --- text
+ tree: |
+ +STR
+ +DOC ---
+ =VAL :text
+ -DOC
+ -STR
+- name: spec-05-09-canonical
+ yaml: |
+ %YAML 1.1
+ ---
+ !!str "text"
+ tree: |
+ +STR
+ +DOC ---
+ =VAL <tag:yaml.org,2002:str> "text
+ -DOC
+ -STR