Skip to content

Commit 2cf089f

Browse files
committed
Add test check template for it
1 parent bc1e5e6 commit 2cf089f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/testthat/test-check-template.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ test_that("tightlist is defined in all templates", {
5353
test_that("part for Pandoc's tables is defined in all templates", {
5454
for (f in temp_file) {
5555
expect_contains(f, "if(tables)", fixed = TRUE)
56+
# including change from pandoc 3.8.2.1 about new counter
57+
expect_contains(f, "if(pandoc3821)", fixed = TRUE)
58+
expect_contains(f, "$\\newcounter{none}", fixed = TRUE)
5659
}
5760
})
5861

0 commit comments

Comments
 (0)