From 5cc3249fcca9a1b5898133f8b9405dca9b9bc0ed Mon Sep 17 00:00:00 2001 From: Karim Rahal Date: Mon, 4 Jan 2021 17:34:16 +0200 Subject: [PATCH] Update search.feature --- features/search.feature | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/features/search.feature b/features/search.feature index 50bb91fd8..8ead474f7 100644 --- a/features/search.feature +++ b/features/search.feature @@ -224,15 +224,15 @@ Feature: Searching in a journal """ Examples: month - | args | entry1 | entry2 | - | -month 2 | 2018-02-04 06:04 Hi. | 2020-02-05 12:10 Hi. | + | 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. | + | -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. | + | 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. |