Merge branch 'develop' of https://github.com/jrnl-org/jrnl into develop

This commit is contained in:
Suhas 2021-01-23 19:18:11 -05:00
commit f978cee899
6 changed files with 49 additions and 55 deletions

View file

@ -28,6 +28,20 @@ Feature: Writing new entries.
| basic_folder |
| basic_dayone |
Scenario Outline: CJK entry should be split at fullwidth period without following space.
Given we use the config "<config_file>.yaml"
And we use the password "test" if prompted
When we run "jrnl "
And we run "jrnl -1"
Then the output should contain "| "
Examples: configs
| config_file |
| basic_onefile |
| basic_encrypted |
| basic_folder |
| basic_dayone |
Scenario Outline: Writing an entry from command line should store the entry
Given we use the config "<config_file>.yaml"
And we use the password "bad doggie no biscuit" if prompted