aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers/Jira.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Writers/Jira.hs')
-rw-r--r--test/Tests/Writers/Jira.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Tests/Writers/Jira.hs b/test/Tests/Writers/Jira.hs
index 0c6f48853..d8e856e34 100644
--- a/test/Tests/Writers/Jira.hs
+++ b/test/Tests/Writers/Jira.hs
@@ -67,6 +67,10 @@ tests =
[ "id is used as anchor" =:
spanWith ("unicorn", [], []) (str "Unicorn") =?>
"{anchor:unicorn}Unicorn"
+
+ , "use `color` attribute" =:
+ spanWith ("",[],[("color","red")]) "ruby" =?>
+ "{color:red}ruby{color}"
]
, testGroup "code"