[latex3-commits] [latex3/tagpdf] firstkid: correct test (07f1b04)

github at latex-project.org github at latex-project.org
Mon Sep 16 19:52:12 CEST 2024


Repository : https://github.com/latex3/tagpdf
On branch  : firstkid
Link       : https://github.com/latex3/tagpdf/commit/07f1b0427021fd9f7efa03547216bbfb64c21a8b

>---------------------------------------------------------------

commit 07f1b0427021fd9f7efa03547216bbfb64c21a8b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Sep 16 19:52:12 2024 +0200

    correct test


>---------------------------------------------------------------

07f1b0427021fd9f7efa03547216bbfb64c21a8b
 tagpdf.dtx                          | 2 +-
 testfiles/firstkid.tlg              | 8 ++++----
 testfiles/test-lang-change.tlg      | 8 ++++----
 testfiles/test-start-stop-notag.lvt | 2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/tagpdf.dtx b/tagpdf.dtx
index dc25878..f3b5a27 100644
--- a/tagpdf.dtx
+++ b/tagpdf.dtx
@@ -613,7 +613,7 @@
 % Until the commands are provided by the kernel we provide them here too
 %    \begin{macrocode}
 \cs_set_eq:NN \tag_suspend:n \tag_stop:n
-\cs_set_eq:NN \tag_resume:n  \tag_resume:n
+\cs_set_eq:NN \tag_resume:n  \tag_start:n
 %</base>
 %    \end{macrocode}
 % \end{macro}
diff --git a/testfiles/firstkid.tlg b/testfiles/firstkid.tlg
index 641c438..06f65c8 100644
--- a/testfiles/firstkid.tlg
+++ b/testfiles/firstkid.tlg
@@ -146,13 +146,13 @@ The structure 13 contains:
 The structure has the following kids:
 >  MC 3
 =========================
-tagpdf DEBUG Info: Tagging stopped
+tagpdf DEBUG Info: Tagging suspended
 (tagpdf DEBUG)     level: 0 ==> 1, label: headfoot [on line ...]
-tagpdf DEBUG Info: Tagging restarted
+tagpdf DEBUG Info: Tagging resumed
 (tagpdf DEBUG)     level: 1 ==> 0, label: headfoot [on line ...]
-tagpdf DEBUG Info: Tagging stopped
+tagpdf DEBUG Info: Tagging suspended
 (tagpdf DEBUG)     level: 0 ==> 1, label: headfoot [on line ...]
-tagpdf DEBUG Info: Tagging restarted
+tagpdf DEBUG Info: Tagging resumed
 (tagpdf DEBUG)     level: 1 ==> 0, label: headfoot [on line ...]
 [1
 ] (firstkid.aux)
diff --git a/testfiles/test-lang-change.tlg b/testfiles/test-lang-change.tlg
index 450d3b1..a6e415c 100644
--- a/testfiles/test-lang-change.tlg
+++ b/testfiles/test-lang-change.tlg
@@ -115,13 +115,13 @@ The structure 10 contains:
 The structure has the following kids:
 >  MC 3
 =========================
-tagpdf DEBUG Info: Tagging stopped
+tagpdf DEBUG Info: Tagging suspended
 (tagpdf DEBUG)     level: 0 ==> 1, label: headfoot [on line ...]
-tagpdf DEBUG Info: Tagging restarted
+tagpdf DEBUG Info: Tagging resumed
 (tagpdf DEBUG)     level: 1 ==> 0, label: headfoot [on line ...]
-tagpdf DEBUG Info: Tagging stopped
+tagpdf DEBUG Info: Tagging suspended
 (tagpdf DEBUG)     level: 0 ==> 1, label: headfoot [on line ...]
-tagpdf DEBUG Info: Tagging restarted
+tagpdf DEBUG Info: Tagging resumed
 (tagpdf DEBUG)     level: 1 ==> 0, label: headfoot [on line ...]
 [1
 ] (test-lang-change.aux)
diff --git a/testfiles/test-start-stop-notag.lvt b/testfiles/test-start-stop-notag.lvt
index 65b50e0..2db8273 100644
--- a/testfiles/test-start-stop-notag.lvt
+++ b/testfiles/test-start-stop-notag.lvt
@@ -23,7 +23,7 @@
  {
    \tag_suspend:n{A}
    \ASSERTSTR{\tag_status:}{NOT~ACTIVE}
-   \tag_start:
+   \tag_resume:n{A}
    \ASSERTSTR{\tag_status:}{NOT~ACTIVE}
  }
 





More information about the latex3-commits mailing list.