mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Update write.feature
This commit is contained in:
parent
468529b33a
commit
066afde9e2
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ Feature: Writing new entries.
|
||||||
Scenario Outline: CJK entry should be split at fullwidth period without following space.
|
Scenario Outline: CJK entry should be split at fullwidth period without following space.
|
||||||
Given we use the config "<config_file>.yaml"
|
Given we use the config "<config_file>.yaml"
|
||||||
And we use the password "test" if prompted
|
And we use the password "test" if prompted
|
||||||
When we run "jrnl 七転び。八起"
|
When we run "jrnl 七転び。八起き"
|
||||||
And we run "jrnl -1"
|
And we run "jrnl -1"
|
||||||
Then the output should contain "| 八起"
|
Then the output should contain "| 八起き"
|
||||||
|
|
||||||
Examples: configs
|
Examples: configs
|
||||||
| config_file |
|
| config_file |
|
||||||
|
|
Loading…
Add table
Reference in a new issue