mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
whitespace changes
This commit is contained in:
parent
6428a461b8
commit
72e87c15c9
1 changed files with 10 additions and 10 deletions
|
@ -13,16 +13,16 @@ Feature: Zapped Dayone bugs stay dead!
|
||||||
|
|
||||||
# fails when system time is UTC (as on Travis-CI)
|
# fails when system time is UTC (as on Travis-CI)
|
||||||
@skip
|
@skip
|
||||||
Scenario: Title with an embedded period on DayOne journal
|
Scenario: Title with an embedded period on DayOne journal
|
||||||
Given we use the config "dayone.yaml"
|
Given we use the config "dayone.yaml"
|
||||||
When we run "jrnl 04-24-2014: "Ran 6.2 miles today in 1:02:03. I'm feeling sore because I forgot to stretch.""
|
When we run "jrnl 04-24-2014: "Ran 6.2 miles today in 1:02:03. I'm feeling sore because I forgot to stretch.""
|
||||||
Then we should see the message "Entry added"
|
Then we should see the message "Entry added"
|
||||||
When we run "jrnl -1"
|
When we run "jrnl -1"
|
||||||
Then the output should be
|
Then the output should be
|
||||||
"""
|
"""
|
||||||
2014-04-24 09:00 Ran 6.2 miles today in 1:02:03.
|
2014-04-24 09:00 Ran 6.2 miles today in 1:02:03.
|
||||||
| I'm feeling sore because I forgot to stretch.
|
| I'm feeling sore because I forgot to stretch.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@skip_win
|
@skip_win
|
||||||
Scenario: Opening an folder that's not a DayOne folder gives a nice error message
|
Scenario: Opening an folder that's not a DayOne folder gives a nice error message
|
||||||
|
|
Loading…
Add table
Reference in a new issue