YAML: Enable the YAMLParser tests.
[oota-llvm.git] / test / YAMLParser / spec-07-08.test
diff --git a/test/YAMLParser/spec-07-08.test b/test/YAMLParser/spec-07-08.test
new file mode 100644 (file)
index 0000000..7197404
--- /dev/null
@@ -0,0 +1,11 @@
+# RUN: yaml-bench -canonical %s
+
+# Explicitly specify default settings:
+%TAG !     !
+%TAG !!    tag:yaml.org,2002:
+# Named handles have no default:
+%TAG !o! tag:ben-kiki.org,2000:
+---
+- !foo "bar"
+- !!str "string"
+- !o!type "baz"