mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-12 01:46:14 +02:00
[Tests, Windows] fix tests that was failing on Windows due to linebreak issues
This commit is contained in:
parent
4cc74fed36
commit
1e40cdef06
2 changed files with 5 additions and 1 deletions
|
@ -65,13 +65,14 @@ Feature: Zapped bugs should stay dead.
|
|||
"""
|
||||
|
||||
Scenario: DayOne tag searching should work with tags containing a mixture of upper and lower case.
|
||||
# https://github.com/maebert/jrnl/issues/354
|
||||
# https://github.com/jrnl-org/jrnl/issues/354
|
||||
Given we use the config "dayone.yaml"
|
||||
When we run "jrnl @plAy"
|
||||
Then the output should contain
|
||||
"""
|
||||
2013-05-17 11:39 This entry has tags!
|
||||
"""
|
||||
|
||||
Scenario: Integers in square brackets should not be read as dates
|
||||
Given we use the config "brackets.yaml"
|
||||
When we run "jrnl -1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue