Skip to content

Commit

Permalink
fix(test): make lvtext setting in non-default config work
Browse files Browse the repository at this point in the history
5290480 (test: restrict `lvtext = ".tex"` to config-old, 2024-11-21)
silenced config-old tests, due to a l3build problem latex3/l3build#403.

Work around that issue.
  • Loading branch information
muzimuzhi committed Nov 22, 2024
1 parent fa873e8 commit 54e85b7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tabularray/config-old.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,14 @@ checkengines = { "pdftex" }
checksuppfiles = { }

lvtext = ".tex"

-- workaround https://github.com/latex3/l3build/issues/403
test_types = test_types or {} -- needed by ppm checks "texlua buildend.lua"
test_types.log = {
test = lvtext,
generated = logext,
reference = tlgext,
expectation = lveext,
compare = compare_tlg,
rewrite = rewrite_log,
}

0 comments on commit 54e85b7

Please sign in to comment.