aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-02-21.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext_depends/D-YAML/test/spec 1.1/spec-02-21.yaml')
-rw-r--r--src/ext_depends/D-YAML/test/spec 1.1/spec-02-21.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ext_depends/D-YAML/test/spec 1.1/spec-02-21.yaml b/src/ext_depends/D-YAML/test/spec 1.1/spec-02-21.yaml
new file mode 100644
index 0000000..a5beaa5
--- /dev/null
+++ b/src/ext_depends/D-YAML/test/spec 1.1/spec-02-21.yaml
@@ -0,0 +1,23 @@
+%YAML 1.1
+---
+- name: spec-02-21
+ tree: |
+ +STR
+ +DOC
+ +MAP
+ =VAL :null
+ =VAL :~
+ =VAL :true
+ =VAL :y
+ =VAL :false
+ =VAL :n
+ =VAL :string
+ =VAL '12345
+ -MAP
+ -DOC
+ -STR
+ yaml: |
+ null: ~
+ true: y
+ false: n
+ string: '12345'