diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2012-04-03 23:09:22 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2012-04-03 23:09:22 +0000 |
commit | 93210e847a1496b24cef881723e57c489082dcfe (patch) | |
tree | 83d1f8828d8b6835a6511d28cf3c63fad8b06aef /test/YAMLParser/timestamp.data | |
parent | 2ce63c73520cd6e715f9114589f802938b5db01f (diff) | |
download | external_llvm-93210e847a1496b24cef881723e57c489082dcfe.zip external_llvm-93210e847a1496b24cef881723e57c489082dcfe.tar.gz external_llvm-93210e847a1496b24cef881723e57c489082dcfe.tar.bz2 |
Add YAML parser to Support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153977 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/YAMLParser/timestamp.data')
-rw-r--r-- | test/YAMLParser/timestamp.data | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/YAMLParser/timestamp.data b/test/YAMLParser/timestamp.data new file mode 100644 index 0000000..7994545 --- /dev/null +++ b/test/YAMLParser/timestamp.data @@ -0,0 +1,7 @@ +# RUN: yaml-bench -canonical %s + +- 2001-12-15T02:59:43.1Z +- 2001-12-14t21:59:43.10-05:00 +- 2001-12-14 21:59:43.10 -5 +- 2001-12-15 2:59:43.10 +- 2002-12-14 |