There should be a whitespace character in front of a tag. Fixes issue #237.

This commit is contained in:
Matt Hoffman 2014-07-22 22:14:26 -04:00
parent 112f626d09
commit b8a3b6d9ad
4 changed files with 25 additions and 1 deletions

View file

@ -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
"""