diff options
Diffstat (limited to 'llvm/test/YAMLParser/timestamp.test')
| -rw-r--r-- | llvm/test/YAMLParser/timestamp.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/YAMLParser/timestamp.test b/llvm/test/YAMLParser/timestamp.test new file mode 100644 index 00000000000..79945451b54 --- /dev/null +++ b/llvm/test/YAMLParser/timestamp.test @@ -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 |

