aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests')
-rw-r--r--test/Tests/Readers/Jira.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Tests/Readers/Jira.hs b/test/Tests/Readers/Jira.hs
index 4ed8194fd..299db7bed 100644
--- a/test/Tests/Readers/Jira.hs
+++ b/test/Tests/Readers/Jira.hs
@@ -77,6 +77,11 @@ tests =
simpleTable []
[ [para "language", para "haskell", para "lua"]
, [para "type", para "static", para "dynamic"]]
+
+ , "table after paragraph" =:
+ "*tabletest*\n||Name|\n|Test|\n" =?>
+ para (strong "tabletest") <>
+ simpleTable [para "Name"] [[para "Test"]]
]
, testGroup "inlines"