From 18c8f3d2d2d7efa5fe1bc77e9dca066afc9fac33 Mon Sep 17 00:00:00 2001 From: karimpwnz Date: Mon, 4 Jan 2021 10:12:34 +0200 Subject: [PATCH] Finalize tests --- features/search.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/search.feature b/features/search.feature index 9cce074d..c953b726 100644 --- a/features/search.feature +++ b/features/search.feature @@ -226,11 +226,13 @@ Feature: Searching in a journal Examples: month | args | entry1 | entry2 | | -month 2 | 2018-02-04 06:04 Hi. | 2020-02-05 12:10 Hi. | + | -month 02 | 2018-02-04 06:04 Hi. | 2020-02-05 12:10 Hi. | | -month February | 2018-02-04 06:04 Hi. | 2020-02-05 12:10 Hi. | | -month Feb | 2018-02-04 06:04 Hi. | 2020-02-05 12:10 Hi. | Examples: day | args | entry1 | entry2 | | -day 5 | 2018-03-05 08:06 Hi. | 2020-02-05 12:10 Hi. | + | -day 05 | 2018-03-05 08:06 Hi. | 2020-02-05 12:10 Hi. | Examples: year | args | entry1 | entry2 | | -year 2018 | 2018-02-04 06:04 Hi. | 2018-03-05 08:06 Hi. |