[latex3-commits] [latex3/tagpdf] develop: update tests to T1, remove scrartcl (errors with deprecation) (e5da456)
github at latex-project.org
github at latex-project.org
Tue Oct 22 10:32:23 CEST 2024
Repository : https://github.com/latex3/tagpdf
On branch : develop
Link : https://github.com/latex3/tagpdf/commit/e5da456f5ea60a4099a24b184bceb044a2754e5b
>---------------------------------------------------------------
commit e5da456f5ea60a4099a24b184bceb044a2754e5b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue Oct 22 10:32:23 2024 +0200
update tests to T1, remove scrartcl (errors with deprecation)
>---------------------------------------------------------------
e5da456f5ea60a4099a24b184bceb044a2754e5b
testfiles/test-add-new-tag-2.lvt | 7 ++-----
testfiles/test-add-new-tag.lvt | 7 ++-----
testfiles/test-lang.luatex.tlg | 4 ++--
testfiles/test-lang.lvt | 2 +-
testfiles/test-lang.pdftexmain.tlg | 9 +++++++++
testfiles/test-lang.tlg | 4 ++--
6 files changed, 18 insertions(+), 15 deletions(-)
diff --git a/testfiles/test-add-new-tag-2.lvt b/testfiles/test-add-new-tag-2.lvt
index a31a7e9..a82dc75 100644
--- a/testfiles/test-add-new-tag-2.lvt
+++ b/testfiles/test-add-new-tag-2.lvt
@@ -3,12 +3,11 @@
\debug_on:n { check-declarations , deprecation }
\msg_redirect_module:nnn { pdf } { none } { warning }
\ExplSyntaxOff
-\DocumentMetadata{pdfversion=2.0}
+\DocumentMetadata{pdfversion=2.0,testphase=phase-I,debug={log=all}}
\input{regression-test}
-\documentclass{scrartcl}
+\documentclass{article}
\usepackage[english]{babel}
-\usepackage{tagpdf}
\usepackage{graphicx,iftex}
\ifpdftex
\usepackage[T1]{fontenc}
@@ -22,8 +21,6 @@
-
-\tagpdfsetup{activate/all,debug/log=all}
\START
\ExplSyntaxOn
\msg_redirect_module:nnn { tag } { error } { warning }
diff --git a/testfiles/test-add-new-tag.lvt b/testfiles/test-add-new-tag.lvt
index 03e50ed..ce72ad8 100644
--- a/testfiles/test-add-new-tag.lvt
+++ b/testfiles/test-add-new-tag.lvt
@@ -3,12 +3,11 @@
\debug_on:n { check-declarations , deprecation }
\msg_redirect_module:nnn { pdf } { none } { warning }
\ExplSyntaxOff
-\DocumentMetadata{}
+\DocumentMetadata{testphase=phase-I,debug={log=all}}
\input{regression-test}
-\documentclass{scrartcl}
+\documentclass{article}
\usepackage{iftex}
\usepackage[english]{babel}
-\usepackage{tagpdf}
\usepackage{graphicx}
\ifpdftex
\usepackage[T1]{fontenc}
@@ -21,8 +20,6 @@
-
-\tagpdfsetup{activate/all,debug/log=all}
\START
\ExplSyntaxOn
diff --git a/testfiles/test-lang.luatex.tlg b/testfiles/test-lang.luatex.tlg
index a06ea97..4c89051 100644
--- a/testfiles/test-lang.luatex.tlg
+++ b/testfiles/test-lang.luatex.tlg
@@ -1,8 +1,8 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
Underfull \hbox (badness 10000) in paragraph at lines 13--13
-[] \TU/lmr/m/n/10.95 Mi-nis-ter
-\hbox(7.47885+0.12045)x16383.99998, glue set 8956.57422, direction TLT []
+[] \TU/lmr/m/n/10 Mi-nis-ter
+\hbox(6.83+0.11)x16383.99998, glue set 9807.36133, direction TLT []
(test-lang.aux)
***************
Compilation 1 of test file completed with exit status 0
diff --git a/testfiles/test-lang.lvt b/testfiles/test-lang.lvt
index 5e28198..8cf6d07 100644
--- a/testfiles/test-lang.lvt
+++ b/testfiles/test-lang.lvt
@@ -5,7 +5,7 @@
\ExplSyntaxOff
\DocumentMetadata{}
\input{regression-test}
-\documentclass{scrartcl}
+\documentclass{article}
\usepackage[ngerman]{babel}
\begin{document}
diff --git a/testfiles/test-lang.pdftexmain.tlg b/testfiles/test-lang.pdftexmain.tlg
new file mode 100644
index 0000000..c526058
--- /dev/null
+++ b/testfiles/test-lang.pdftexmain.tlg
@@ -0,0 +1,9 @@
+This is a generated file for the l3build validation system.
+Don't change this file in any respect.
+Underfull \hbox (badness 10000) in paragraph at lines 13--13
+[] \OT1/cmr/m/n/10 Mi-nis-ter
+\hbox(6.83331+0.0)x16383.99998, glue set 9797.57642 []
+(test-lang.aux)
+***************
+Compilation 1 of test file completed with exit status 0
+Compilation 2 of test file completed with exit status 0
diff --git a/testfiles/test-lang.tlg b/testfiles/test-lang.tlg
index 7e6bf83..4bbab00 100644
--- a/testfiles/test-lang.tlg
+++ b/testfiles/test-lang.tlg
@@ -1,8 +1,8 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
Underfull \hbox (badness 10000) in paragraph at lines 13--13
-[] \OT1/cmr/m/n/10.95 Mi-nis-ter
-\hbox(7.48248+0.0)x16383.99998, glue set 8947.66582 []
+[] \T1/cmr/m/n/10 Mi-nis-ter
+\hbox(6.8872+0.0)x16383.99998, glue set 9799.91504 []
(test-lang.aux)
***************
Compilation 1 of test file completed with exit status 0
More information about the latex3-commits
mailing list.