aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-01-22 13:26:55 -0700
committerGitHub <noreply@github.com>2018-01-22 13:26:55 -0700
commitbe929bcc80466623462102a39dd98726bb6c7781 (patch)
tree8f7d30a529b274e72e68b19f9bc1afd8a30bd153 /test/Tests
parentf8640fdff0ead507914c402109b02a778ca1c4c3 (diff)
parent71bbadb7936e68673a46f7391caf446e35c81205 (diff)
downloadpandoc-be929bcc80466623462102a39dd98726bb6c7781.tar.gz
Merge pull request #4291 from hmenke/xtables
ConTeXt writer: xtables: correct wrong usage of caption
Diffstat (limited to 'test/Tests')
-rw-r--r--test/Tests/Writers/ConTeXt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Writers/ConTeXt.hs b/test/Tests/Writers/ConTeXt.hs
index 5ce629674..678321519 100644
--- a/test/Tests/Writers/ConTeXt.hs
+++ b/test/Tests/Writers/ConTeXt.hs
@@ -92,7 +92,7 @@ tests = [ testGroup "inline code"
plain $ text "3.3",
plain $ text "3.4"]]
in table caption aligns headers rows
- =?> unlines [ "\\startplacetable[caption={Table 1}]"
+ =?> unlines [ "\\startplacetable[title={Table 1}]"
, "\\startTABLE"
, "\\startTABLEhead"
, "\\NC[align=left] Right"