YAML: Enable the YAMLParser tests.
[oota-llvm.git] / test / YAMLParser / spec-07-09.test
diff --git a/test/YAMLParser/spec-07-09.test b/test/YAMLParser/spec-07-09.test
new file mode 100644 (file)
index 0000000..1f98ba0
--- /dev/null
@@ -0,0 +1,13 @@
+# RUN: yaml-bench -canonical %s
+
+---
+foo
+...
+# Repeated end marker.
+...
+---
+bar
+# No end marker.
+---
+baz
+...