From 93210e847a1496b24cef881723e57c489082dcfe Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Tue, 3 Apr 2012 23:09:22 +0000 Subject: Add YAML parser to Support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153977 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/YAMLParser/spec-07-09.data | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/YAMLParser/spec-07-09.data (limited to 'test/YAMLParser/spec-07-09.data') diff --git a/test/YAMLParser/spec-07-09.data b/test/YAMLParser/spec-07-09.data new file mode 100644 index 0000000000..1f98ba0414 --- /dev/null +++ b/test/YAMLParser/spec-07-09.data @@ -0,0 +1,13 @@ +# RUN: yaml-bench -canonical %s + +--- +foo +... +# Repeated end marker. +... +--- +bar +# No end marker. +--- +baz +... -- cgit v1.2.3