Skip to content

Commit 4ed012d

Browse files
committed
Correct format in comment
1 parent a4b0164 commit 4ed012d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/smoke/crossref/tables.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,13 @@ testRender(knitrTablesQmd.input, "html", false, [
4848
]),
4949
]);
5050

51-
/* PDF */
51+
/* LaTeX */
5252

5353
/* caption is inserted in the right place in table environment*/
5454
renderVerifyLatexOutput(docs("crossrefs/knitr-tables-latex.qmd"), [
5555
/\\begin{longtable}\[.*\]{.*}.*\n\\caption{\\label{tbl-1}.*}\\tabularnewline/,
5656
/\\begin{table}\n\\caption{\\label{tbl-2}.*}.*\n+\\centering\n\\begin{tabular}{.*}/,
5757
/\\begin{longtable}{.*}.*\n\\caption{\\label{tbl-3}.*}\\tabularnewline/,
5858
/\\begin{table}\n\\caption{\\label{tbl-4}.*}.*\n+\\centering\n\\begin{tabular}\[c\]{.*}/,
59+
/\\begin{table}\n\\caption{\\label{tbl-4}.*}.*\n+\\centering\n\\begin{tabular}\[c\]{.*}/,
5960
]);

0 commit comments

Comments
 (0)