summaryrefslogtreecommitdiffstats
path: root/tests/by-util
diff options
context:
space:
mode:
Diffstat (limited to 'tests/by-util')
-rw-r--r--tests/by-util/test_date.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/by-util/test_date.rs b/tests/by-util/test_date.rs
index aea8989b6..bf9e1d86c 100644
--- a/tests/by-util/test_date.rs
+++ b/tests/by-util/test_date.rs
@@ -390,6 +390,14 @@ fn test_date_string_human() {
"5 hours ago",
"30 minutes ago",
"10 seconds",
+ "last day",
+ "last week",
+ "last month",
+ "last year",
+ "next day",
+ "next week",
+ "next month",
+ "next year",
];
let re = Regex::new(r"^\d{4}-\d{2}-\d{2} \d{2}:\d{2}\n$").unwrap();
for date_format in date_formats {