From e0fb621110fb3100df6b8ddcc09a3003dbc542fe Mon Sep 17 00:00:00 2001 From: "U-NA\\cle1413" Date: Wed, 23 Jul 2014 11:18:11 -0400 Subject: [PATCH] Add assertion to scenario that verifies a tag on a new line is recoginized as a tag. --- features/data/journals/tags-237.journal | 1 + features/tagging.feature | 1 + 2 files changed, 2 insertions(+) diff --git a/features/data/journals/tags-237.journal b/features/data/journals/tags-237.journal index bb0fa976..a1b5f5d4 100644 --- a/features/data/journals/tags-237.journal +++ b/features/data/journals/tags-237.journal @@ -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. diff --git a/features/tagging.feature b/features/tagging.feature index 19bdeb54..649ff9bf 100644 --- a/features/tagging.feature +++ b/features/tagging.feature @@ -37,5 +37,6 @@ Feature: Tagging Then we should get no error and the output should be """ + @newline : 1 @email : 1 """ \ No newline at end of file