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-08.data | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/YAMLParser/spec-07-08.data (limited to 'test/YAMLParser/spec-07-08.data') diff --git a/test/YAMLParser/spec-07-08.data b/test/YAMLParser/spec-07-08.data new file mode 100644 index 0000000000..7197404b38 --- /dev/null +++ b/test/YAMLParser/spec-07-08.data @@ -0,0 +1,11 @@ +# RUN: yaml-bench -canonical %s + +# Explicitly specify default settings: +%TAG ! ! +%TAG !! tag:yaml.org,2002: +# Named handles have no default: +%TAG !o! tag:ben-kiki.org,2000: +--- +- !foo "bar" +- !!str "string" +- !o!type "baz" -- cgit v1.2.3