Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Nov 17, 2023
1 parent 9603b83 commit 1337477
Show file tree
Hide file tree
Showing 7 changed files with 147 additions and 141 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
this project uses date-based 'snapshot' version identifiers.

## [2023-11-17]
Version: 0.98p

### Fixed
- added missing variant still needed by graphic code.
### Changed
- AF key expands it argument
- \tagstop etc now stops also the para-counter (for tagging-project issue #34)

### Added
- AFref key and mathml key
- wrapper for para counter

## [2023-11-13]
Version: 0.98n
Version: 0.98o

### Fixed
- added missing variant still needed by graphic code.
Expand Down
4 changes: 4 additions & 0 deletions build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ local luatexstatus = status.list()

checkengines = {"pdftex","luatex","pdftexmain"}

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

forcecheckruns=true

if istl2023 then
checkconfigs = {
"build",
Expand Down
3 changes: 2 additions & 1 deletion config-pdftex.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
testfiledir = "testfiles-pdftex"
checkengines = {"pdftex","pdftexmain"}
stdengine = "pdftex"
checkruns = 2
checkruns = 3

12 changes: 5 additions & 7 deletions testfiles-pdftex/debug-structures-2.tlg
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
Package tagpdf Warning: structure with label blub has already been used
[1
] (debug-structures-2.aux)
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
=========================
The structure 0 contains:
> Type => /StructTreeRoot
Expand Down Expand Up @@ -57,7 +55,7 @@ The structure 4 contains:
The structure has the following kids:
> Struct 5
> Struct 7
> Struct 9
> Struct 10
> Struct 11
=========================
=========================
Expand Down Expand Up @@ -115,19 +113,19 @@ The structure 9 contains:
> NS => pdf2
> rolemap => {Link}{pdf2}
> parentrole => {Link}{pdf2}
> P => parent structure: 4 = Sect
> P => parent structure: 8 = P
The structure has the following kids:
> MC 4
> OBJR reference
=========================
=========================
The structure 10 contains:
> Type => /StructElem
> S => /Span
> NS => pdf2
> S => /Sect
> NS => 10 0 R
> rolemap => {Span}{pdf2}
> parentrole => {Span}{pdf2}
> P => no parent: stashed
> P => parent structure: 4 = Sect
The structure has the following kids:
> NONE
=========================
Expand Down
10 changes: 4 additions & 6 deletions testfiles-pdftex/debug-structures.tlg
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
Package tagpdf Warning: structure with label blub has already been used
[1
] (debug-structures.aux)
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
=========================
The structure 0 contains:
> Type => /StructTreeRoot
Expand Down Expand Up @@ -57,7 +55,7 @@ The structure 4 contains:
The structure has the following kids:
> Struct 5
> Struct 7
> Struct 9
> Struct 10
> Struct 11
=========================
=========================
Expand Down Expand Up @@ -114,7 +112,7 @@ The structure 9 contains:
> S => /Link
> rolemap => {Link}{}
> parentrole => {Link}{}
> P => parent structure: 4 = Sect
> P => parent structure: 8 = P
> NS => pdf2
The structure has the following kids:
> MC 4
Expand All @@ -123,10 +121,10 @@ The structure has the following kids:
=========================
The structure 10 contains:
> Type => /StructElem
> S => /Span
> S => /Sect
> rolemap => {Span}{}
> parentrole => {Span}{}
> P => no parent: stashed
> P => parent structure: 4 = Sect
> NS => pdf2
The structure has the following kids:
> NONE
Expand Down
1 change: 0 additions & 1 deletion testfiles-pdftex/test-patch-koma.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -443,5 +443,4 @@ Completed box being shipped out [5]
.\hbox(0.0+0.0)x0.0
.\kern 655.63496
(test-patch-koma.aux)
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
Package tagpdf Info: closing structure 1 tagged /Document
Loading

0 comments on commit 1337477

Please sign in to comment.