summaryrefslogtreecommitdiff
path: root/test/YAMLParser/spec-09-12.data
diff options
context:
space:
mode:
Diffstat (limited to 'test/YAMLParser/spec-09-12.data')
-rw-r--r--test/YAMLParser/spec-09-12.data10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/YAMLParser/spec-09-12.data b/test/YAMLParser/spec-09-12.data
new file mode 100644
index 0000000000..d992c589cd
--- /dev/null
+++ b/test/YAMLParser/spec-09-12.data
@@ -0,0 +1,10 @@
+# RUN: yaml-bench -canonical %s
+
+# Outside flow collection:
+- ::std::vector
+- Up, up, and away!
+- -123
+# Inside flow collection:
+- [ '::std::vector',
+ "Up, up, and away!",
+ -123 ]