mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-19 20:48:31 +02:00
Add test
This commit is contained in:
parent
5947bd3bda
commit
468529b33a
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue