mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Remove apostrophe that is breaking tests on CI
This commit is contained in:
parent
af050408a0
commit
7b2e35c752
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ Feature: Tagging
|
|||
|
||||
Scenario Outline: Emails addresses should not be parsed as tags
|
||||
Given we use the config "<config>.yaml"
|
||||
When we run "jrnl 2020-09-26: The email address test@example.com doesn't seem to work for me"
|
||||
When we run "jrnl 2020-09-26: The email address test@example.org also doesn't work for me"
|
||||
When we run "jrnl 2020-09-26: The email address test@example.com does not seem to work for me"
|
||||
When we run "jrnl 2020-09-26: The email address test@example.org also does not work for me"
|
||||
When we run "jrnl 2020-09-26: I tried test@example.org and test@example.edu too"
|
||||
Then we flush the output
|
||||
When we run "jrnl --tags -on 2020-09-26"
|
||||
|
|
Loading…
Add table
Reference in a new issue