mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 05:28:31 +02:00
second test for single line entry with punctuation
This commit is contained in:
parent
6b1bc963e0
commit
1d3a0fa3cf
1 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,12 @@ Feature: Basic reading and writing to a journal
|
||||||
and we run "jrnl -n 1"
|
and we run "jrnl -n 1"
|
||||||
Then the output should contain "This is. the title"
|
Then the output should contain "This is. the title"
|
||||||
|
|
||||||
|
Scenario: Single line entry with punctuation
|
||||||
|
Given we use the config "basic.yaml"
|
||||||
|
When we run "jrnl This is. the title"
|
||||||
|
and we run "jrnl -n 1"
|
||||||
|
Then the output should contain "| the title"
|
||||||
|
|
||||||
Scenario: Writing an entry from command line
|
Scenario: Writing an entry from command line
|
||||||
Given we use the config "basic.yaml"
|
Given we use the config "basic.yaml"
|
||||||
When we run "jrnl 23 july 2013: A cold and stormy day. I ate crisps on the sofa."
|
When we run "jrnl 23 july 2013: A cold and stormy day. I ate crisps on the sofa."
|
||||||
|
|
Loading…
Add table
Reference in a new issue