mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-04 15:36:14 +02:00
add new 'NothingToDelete' error to replace old behavior
This commit is contained in:
parent
e05257fe47
commit
94feae735e
3 changed files with 9 additions and 5 deletions
|
@ -41,6 +41,7 @@ Feature: Delete entries from journal
|
|||
Scenario Outline: Delete flag with nonsense input deletes nothing (issue #932)
|
||||
Given we use the config "<config_file>"
|
||||
When we run "jrnl --delete asdfasdf"
|
||||
Then the output should contain "NothingToDelete"
|
||||
When we run "jrnl -99 --short"
|
||||
Then the output should be
|
||||
2020-08-29 11:11 Entry the first.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue