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