aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/data/spec-10-15.canonical
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext_depends/D-YAML/test/data/spec-10-15.canonical')
-rw-r--r--src/ext_depends/D-YAML/test/data/spec-10-15.canonical18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/ext_depends/D-YAML/test/data/spec-10-15.canonical b/src/ext_depends/D-YAML/test/data/spec-10-15.canonical
deleted file mode 100644
index 85fbbd0..0000000
--- a/src/ext_depends/D-YAML/test/data/spec-10-15.canonical
+++ /dev/null
@@ -1,18 +0,0 @@
-%YAML 1.1
----
-!!seq [
- !!map {
- ? !!str "sun"
- : !!str "yellow"
- },
- !!map {
- ? !!map {
- ? !!str "earth"
- : !!str "blue"
- }
- : !!map {
- ? !!str "moon"
- : !!str "white"
- }
- }
-]