mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Add failing DayOne editing test (title is disappearing)
This commit is contained in:
parent
4e8418d578
commit
3298dd9aed
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ Feature: Dayone specific implementation details.
|
|||
Here is the first line.
|
||||
Here is the second line.
|
||||
"""
|
||||
When we run "jrnl -n 5"
|
||||
When we run "jrnl -n 1"
|
||||
Then we should get no error
|
||||
and the output should contain "This entry is starred!"
|
||||
and the output should contain "Here is the first line"
|
||||
and the output should contain "Here is the second line"
|
||||
|
|
Loading…
Add table
Reference in a new issue