mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 21:46:13 +02:00
There should be a whitespace character in front of a tag. Fixes issue #237.
This commit is contained in:
parent
112f626d09
commit
b8a3b6d9ad
4 changed files with 25 additions and 1 deletions
|
@ -31,3 +31,11 @@ Feature: Tagging
|
|||
@c++ : 1
|
||||
@c# : 1
|
||||
"""
|
||||
Scenario: An email should not be a tag
|
||||
Given we use the config "tags-237.json"
|
||||
When we run "jrnl --tags"
|
||||
Then we should get no error
|
||||
and the output should be
|
||||
"""
|
||||
@email : 1
|
||||
"""
|
Loading…
Add table
Add a link
Reference in a new issue