YAML: Enable the YAMLParser tests.
[oota-llvm.git] / test / YAMLParser / spec-08-10.test
diff --git a/test/YAMLParser/spec-08-10.test b/test/YAMLParser/spec-08-10.test
new file mode 100644 (file)
index 0000000..74054eb
--- /dev/null
@@ -0,0 +1,17 @@
+# RUN: yaml-bench -canonical %s
+
+block styles:
+  scalars:
+    literal: !!str |
+      #!/usr/bin/perl
+      print "Hello, world!\n";
+    folded: >
+      This sentence
+      is false.
+  collections: !!map
+    sequence: !!seq # Entry:
+      - entry # Plain
+      # Mapping entry:
+      - key: value
+    mapping: 
+      key: value