YAML: Enable the YAMLParser tests.
[oota-llvm.git] / test / YAMLParser / spec-07-10.test
diff --git a/test/YAMLParser/spec-07-10.test b/test/YAMLParser/spec-07-10.test
new file mode 100644 (file)
index 0000000..a176683
--- /dev/null
@@ -0,0 +1,13 @@
+# RUN: yaml-bench -canonical %s
+
+"Root flow
+ scalar"
+--- !!str >
+ Root block
+ scalar
+---
+# Root collection:
+foo : bar
+... # Is optional.
+---
+# Explicit document may be empty.