diff options
author | Henri Menke <henri@icp.uni-stuttgart.de> | 2018-01-23 09:15:59 +1300 |
---|---|---|
committer | Henri Menke <henri@icp.uni-stuttgart.de> | 2018-01-23 09:15:59 +1300 |
commit | 71bbadb7936e68673a46f7391caf446e35c81205 (patch) | |
tree | 8f7d30a529b274e72e68b19f9bc1afd8a30bd153 /test/Tests/Writers | |
parent | f8640fdff0ead507914c402109b02a778ca1c4c3 (diff) | |
download | pandoc-71bbadb7936e68673a46f7391caf446e35c81205.tar.gz |
ConTeXt writer: xtables: correct wrong usage of caption
Diffstat (limited to 'test/Tests/Writers')
-rw-r--r-- | test/Tests/Writers/ConTeXt.hs | 2 |
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" |