mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Add assertion to scenario that verifies a tag on a new line is recoginized as a tag.
This commit is contained in:
parent
d5142a0a0a
commit
e0fb621110
2 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
2014-07-22 11:11 This entry has an email.
|
||||
@Newline tag should show as a tag.
|
||||
Kyla's @email is kyla@clevelandunderdog.org and Guinness's is guinness@fortheloveofpits.org.
|
||||
|
|
|
@ -37,5 +37,6 @@ Feature: Tagging
|
|||
Then we should get no error
|
||||
and the output should be
|
||||
"""
|
||||
@newline : 1
|
||||
@email : 1
|
||||
"""
|
Loading…
Add table
Reference in a new issue