Skip to content

Commit

Permalink
Update search.feature
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimPwnz authored Jan 4, 2021
1 parent e00d169 commit 5cc3249
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions features/search.feature
Original file line number Diff line number Diff line change
Expand Up @@ -224,15 +224,15 @@ Feature: Searching in a journal
<entry2>
"""
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. |
Expand Down

0 comments on commit 5cc3249

Please sign in to comment.