Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Mar 5, 2024
1 parent 0eb6657 commit 3ab59fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-pandoc-crossref.hs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ main = hspec $ do
table' "A table" "some_table1"
<> para (citeGen "tbl:some_table" [1])
`test` concat (
[ "\\begin{longtable}[]{@{}@{}}\n"
[ "\\begin{longtable}[]{@{}l@{}}\n"
, "\\caption{\\label{tbl:some_table1}A table}\\tabularnewline\n"
, "\\toprule\\noalign{}\n"
, "\\endfirsthead\n"
Expand Down

0 comments on commit 3ab59fb

Please sign in to comment.