Skip to content

Commit

Permalink
update testfiles WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Apr 11, 2024
1 parent f008d7e commit d66751e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 17 deletions.
3 changes: 2 additions & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ specialformats = specialformats or {}
specialformats["latex"] = specialformats["latex"] or
{
luatex = {binary="luahbtex",format = "lualatex-dev"},
luatexmain = {binary="luahbtex",format = "lualatex"},
pdftex = {format = "pdflatex-dev"},
pdftexmain = {binary="pdftex",format = "pdflatex"},
xetex = {format = "xelatex-dev"},
Expand All @@ -48,7 +49,7 @@ checkengines = {"pdftex","luatex","pdftexmain"}

-- force once in a while the full run to find wrong saves

-- forcecheckruns=true
forcecheckruns=true

checkconfigs = {
"build",
Expand Down
4 changes: 2 additions & 2 deletions config-luatex.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testfiledir = "testfiles-luatex"
checkengines = {"luatex"}
checkengines = {"luatex","luatexmain"}
stdengine = "luatex"
checkruns = 2
checkruns = 3
12 changes: 5 additions & 7 deletions testfiles-luatex/debug-structures-2.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ tagpdf DEBUG Info: Tagging stopped
(tagpdf DEBUG) level: 0 ==> 1, label: hangfrom [on line ...]
tagpdf DEBUG Info: Tagging restarted
(tagpdf DEBUG) level: 1 ==> 0, label: hangfrom [on line ...]
Package tagpdf Warning: structure with label blub has already been used
tagpdf DEBUG Info: Tagging stopped
(tagpdf DEBUG) level: 0 ==> 1, label: headfoot [on line ...]
tagpdf DEBUG Info: Tagging restarted
Expand All @@ -15,7 +14,6 @@ tagpdf DEBUG Info: Tagging restarted
(tagpdf DEBUG) level: 1 ==> 0, label: headfoot [on line ...]
[1
] (debug-structures-2.aux)
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
=========================
The structure 1 contains:
> Type => /StructTreeRoot
Expand Down Expand Up @@ -69,7 +67,7 @@ The structure 5 contains:
The structure has the following kids:
> Struct 6
> Struct 8
> Struct 10
> Struct 11
> Struct 12
=========================
=========================
Expand Down Expand Up @@ -128,19 +126,19 @@ The structure 10 contains:
> NS => pdf2
> rolemap => {Link}{pdf2}
> parentrole => {Link}{pdf2}
> P => parent structure: 5 = Sect
> P => parent structure: 9 = /text
The structure has the following kids:
> MC 5
> OBJR reference
=========================
=========================
The structure 11 contains:
> Type => /StructElem
> S => /Span
> NS => pdf2
> S => /Sect
> NS => 11 0 R
> rolemap => {Span}{pdf2}
> parentrole => {Span}{pdf2}
> P => no parent: stashed
> P => parent structure: 5 = Sect
The structure has the following kids:
> NONE
=========================
Expand Down
10 changes: 4 additions & 6 deletions testfiles-luatex/debug-structures.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ tagpdf DEBUG Info: Tagging stopped
(tagpdf DEBUG) level: 0 ==> 1, label: hangfrom [on line ...]
tagpdf DEBUG Info: Tagging restarted
(tagpdf DEBUG) level: 1 ==> 0, label: hangfrom [on line ...]
Package tagpdf Warning: structure with label blub has already been used
tagpdf DEBUG Info: Tagging stopped
(tagpdf DEBUG) level: 0 ==> 1, label: headfoot [on line ...]
tagpdf DEBUG Info: Tagging restarted
Expand All @@ -15,7 +14,6 @@ tagpdf DEBUG Info: Tagging restarted
(tagpdf DEBUG) level: 1 ==> 0, label: headfoot [on line ...]
[1
] (debug-structures.aux)
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
=========================
The structure 1 contains:
> Type => /StructTreeRoot
Expand Down Expand Up @@ -69,7 +67,7 @@ The structure 5 contains:
The structure has the following kids:
> Struct 6
> Struct 8
> Struct 10
> Struct 11
> Struct 12
=========================
=========================
Expand Down Expand Up @@ -127,7 +125,7 @@ The structure 10 contains:
> S => /Link
> rolemap => {Link}{}
> parentrole => {Link}{}
> P => parent structure: 5 = Sect
> P => parent structure: 9 = /text
> NS => pdf2
The structure has the following kids:
> MC 5
Expand All @@ -136,10 +134,10 @@ The structure has the following kids:
=========================
The structure 11 contains:
> Type => /StructElem
> S => /Span
> S => /Sect
> rolemap => {Span}{}
> parentrole => {Span}{}
> P => no parent: stashed
> P => parent structure: 5 = Sect
> NS => pdf2
The structure has the following kids:
> NONE
Expand Down
1 change: 0 additions & 1 deletion testfiles-luatex/test-patch-koma.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ Completed box being shipped out [5]
.\kern655.63496
.\pdfliteral page <lua data reference ...>
(test-patch-koma.aux)
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
Package tagpdf Info: closing structure 2 tagged /Document
Package tagpdf Info: Finalizing the tagging structure:
(tagpdf) Writing out ~25 structure objects
Expand Down

0 comments on commit d66751e

Please sign in to comment.