[latex3-commits] [latex3/latex2e] latex-lab/uf-review-05: Correct expl3 loading (7ffffdec)
github at latex-project.org
github at latex-project.org
Fri Nov 10 19:59:35 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : latex-lab/uf-review-05
Link : https://github.com/latex3/latex2e/commit/7ffffdec599576ec5f099aa1bd73ba9a0a7a339b
>---------------------------------------------------------------
commit 7ffffdec599576ec5f099aa1bd73ba9a0a7a339b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Fri Nov 10 19:59:35 2023 +0100
Correct expl3 loading
>---------------------------------------------------------------
7ffffdec599576ec5f099aa1bd73ba9a0a7a339b
required/latex-lab/testfiles-math/mathcapture-011.lvt | 10 +++++-----
required/latex-lab/testfiles-math/mathcapture-012.lvt | 10 +++++-----
required/latex-lab/testfiles-math/mathcapture-014.lvt | 10 +++++-----
required/latex-lab/testfiles-math/mathcapture-015.lvt | 9 +++++----
required/latex-lab/testfiles-math/mathcapture-tag-001.pvt | 9 +++++----
5 files changed, 25 insertions(+), 23 deletions(-)
diff --git a/required/latex-lab/testfiles-math/mathcapture-011.lvt b/required/latex-lab/testfiles-math/mathcapture-011.lvt
index 7306f023..f84c4ad9 100644
--- a/required/latex-lab/testfiles-math/mathcapture-011.lvt
+++ b/required/latex-lab/testfiles-math/mathcapture-011.lvt
@@ -1,4 +1,7 @@
-%
+\RequirePackage[enable-debug ,check-declarations]{expl3}
+\ExplSyntaxOn
+\debug_on:n { deprecation }
+\ExplSyntaxOff
\DocumentMetadata{testphase={phase-III,math}}
@@ -8,10 +11,7 @@
\input{regression-test}
-\RequirePackage[enable-debug ,check-declarations]{expl3}
-\ExplSyntaxOn
-\debug_on:n { deprecation }
-\ExplSyntaxOff
+
\ExplSyntaxOn
diff --git a/required/latex-lab/testfiles-math/mathcapture-012.lvt b/required/latex-lab/testfiles-math/mathcapture-012.lvt
index 499e9c40..bd88d706 100644
--- a/required/latex-lab/testfiles-math/mathcapture-012.lvt
+++ b/required/latex-lab/testfiles-math/mathcapture-012.lvt
@@ -1,4 +1,8 @@
-%
+\RequirePackage[enable-debug ,check-declarations]{expl3}
+\ExplSyntaxOn
+\debug_on:n { deprecation }
+\ExplSyntaxOff
+
\DocumentMetadata{testphase={phase-III,math}}
@@ -8,10 +12,6 @@
\input{regression-test}
-\RequirePackage[enable-debug ,check-declarations]{expl3}
-\ExplSyntaxOn
-\debug_on:n { deprecation }
-\ExplSyntaxOff
\ExplSyntaxOn
diff --git a/required/latex-lab/testfiles-math/mathcapture-014.lvt b/required/latex-lab/testfiles-math/mathcapture-014.lvt
index d0dee370..33bbc725 100644
--- a/required/latex-lab/testfiles-math/mathcapture-014.lvt
+++ b/required/latex-lab/testfiles-math/mathcapture-014.lvt
@@ -1,4 +1,8 @@
-%
+\RequirePackage[enable-debug ,check-declarations]{expl3}
+\ExplSyntaxOn
+\debug_on:n { deprecation }
+\ExplSyntaxOff
+
\DocumentMetadata{testphase={phase-III,math}}
@@ -8,10 +12,6 @@
\input{regression-test}
-\RequirePackage[enable-debug ,check-declarations]{expl3}
-\ExplSyntaxOn
-\debug_on:n { deprecation }
-\ExplSyntaxOff
\ExplSyntaxOn
diff --git a/required/latex-lab/testfiles-math/mathcapture-015.lvt b/required/latex-lab/testfiles-math/mathcapture-015.lvt
index 4aa0308a..f17ebfba 100644
--- a/required/latex-lab/testfiles-math/mathcapture-015.lvt
+++ b/required/latex-lab/testfiles-math/mathcapture-015.lvt
@@ -1,3 +1,8 @@
+\RequirePackage[enable-debug ,check-declarations]{expl3}
+\ExplSyntaxOn
+\debug_on:n { deprecation }
+\ExplSyntaxOff
+
\DocumentMetadata{testphase={phase-III,math}}
\DebugBlocksOn
@@ -6,10 +11,6 @@
\input{regression-test}
-\RequirePackage[enable-debug ,check-declarations]{expl3}
-\ExplSyntaxOn
-\debug_on:n { deprecation }
-\ExplSyntaxOff
\ExplSyntaxOn
\math_processor:n
diff --git a/required/latex-lab/testfiles-math/mathcapture-tag-001.pvt b/required/latex-lab/testfiles-math/mathcapture-tag-001.pvt
index 40a9fe5c..c0e8d2bf 100644
--- a/required/latex-lab/testfiles-math/mathcapture-tag-001.pvt
+++ b/required/latex-lab/testfiles-math/mathcapture-tag-001.pvt
@@ -1,3 +1,8 @@
+\RequirePackage[enable-debug ,check-declarations]{expl3}
+\ExplSyntaxOn
+\debug_on:n { deprecation }
+\ExplSyntaxOff
+
\DocumentMetadata{testphase=phase-III,testphase=math}
\DebugBlocksOn
@@ -6,10 +11,6 @@
\input{regression-test}
-\RequirePackage[enable-debug ,check-declarations]{expl3}
-\ExplSyntaxOn
-\debug_on:n { deprecation }
-\ExplSyntaxOff
\ExplSyntaxOn
\math_processor:n
More information about the latex3-commits
mailing list.