mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 05:28:31 +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 first line.
|
||||||
Here is the second line.
|
Here is the second line.
|
||||||
"""
|
"""
|
||||||
When we run "jrnl -n 5"
|
When we run "jrnl -n 1"
|
||||||
Then we should get no error
|
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 first line"
|
||||||
and the output should contain "Here is the second line"
|
and the output should contain "Here is the second line"
|
||||||
|
|
Loading…
Add table
Reference in a new issue