aboutsummaryrefslogtreecommitdiff
path: root/tests/timestamp/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/timestamp/driver.cxx')
-rw-r--r--tests/timestamp/driver.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/timestamp/driver.cxx b/tests/timestamp/driver.cxx
index 11e1821..6283798 100644
--- a/tests/timestamp/driver.cxx
+++ b/tests/timestamp/driver.cxx
@@ -199,6 +199,9 @@ main ()
"%[.N]%Y-%m-%d %H:%M:%S",
"." + ns (384902285) + "2016-02-21 19:31:10"));
+ assert (parse ("Feb 1 2016", "%b %e %Y", "Feb 1 2016"));
+ assert (parse ("Feb 11 2016", "%b %e %Y", "Feb 11 2016"));
+
// setlocale (LC_ALL, "");
// setlocale (LC_ALL, "de_DE.utf-8");
// setlocale (LC_ALL, "de-de");