diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:44:32 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:44:32 +0000 |
commit | 5a5ac124e1efaf208671f01c46edb15f29ed2a0b (patch) | |
tree | a6140557876943cdd800ee997c9317283394b22c /test/YAMLParser/construct-timestamp.test | |
parent | f03b5bed27d0d2eafd68562ce14f8b5e3f1f0801 (diff) |
Diffstat (limited to 'test/YAMLParser/construct-timestamp.test')
-rw-r--r-- | test/YAMLParser/construct-timestamp.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/YAMLParser/construct-timestamp.test b/test/YAMLParser/construct-timestamp.test new file mode 100644 index 0000000000000..f262c2d02c0d3 --- /dev/null +++ b/test/YAMLParser/construct-timestamp.test @@ -0,0 +1,7 @@ +# RUN: yaml-bench -canonical %s + +canonical: 2001-12-15T02:59:43.1Z +valid iso8601: 2001-12-14t21:59:43.10-05:00 +space separated: 2001-12-14 21:59:43.10 -5 +no time zone (Z): 2001-12-15 2:59:43.10 +date (00:00:00Z): 2002-12-14 |