diff options
Diffstat (limited to 'src/ext_depends/D-YAML/test/spec 1.1/spec-02-22.yaml')
-rw-r--r-- | src/ext_depends/D-YAML/test/spec 1.1/spec-02-22.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ext_depends/D-YAML/test/spec 1.1/spec-02-22.yaml b/src/ext_depends/D-YAML/test/spec 1.1/spec-02-22.yaml new file mode 100644 index 0000000..00e1bf6 --- /dev/null +++ b/src/ext_depends/D-YAML/test/spec 1.1/spec-02-22.yaml @@ -0,0 +1,23 @@ +%YAML 1.1 +--- +- name: spec-02-22 + tree: | + +STR + +DOC + +MAP + =VAL :canonical + =VAL :2001-12-15T02:59:43.1Z + =VAL :iso8601 + =VAL :2001-12-14t21:59:43.10-05:00 + =VAL :spaced + =VAL :2001-12-14 21:59:43.10 -5 + =VAL :date + =VAL :2002-12-14 + -MAP + -DOC + -STR + yaml: | + canonical: 2001-12-15T02:59:43.1Z + iso8601: 2001-12-14t21:59:43.10-05:00 + spaced: 2001-12-14 21:59:43.10 -5 + date: 2002-12-14 |