[latex3-commits] [git/LaTeX3-latex3-latex3] main: Suppress dprecations errors for xparse (d2104906b)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Jun 24 23:32:34 CEST 2022
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/d2104906be173e2b9d6c855fdc5c572af8a014b0
>---------------------------------------------------------------
commit d2104906be173e2b9d6c855fdc5c572af8a014b0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Jun 24 22:32:34 2022 +0100
Suppress dprecations errors for xparse
>---------------------------------------------------------------
d2104906be173e2b9d6c855fdc5c572af8a014b0
l3packages/xparse/testfiles/xparse004.lvt | 2 +-
l3packages/xparse/testfiles/xparse008.lvt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3packages/xparse/testfiles/xparse004.lvt b/l3packages/xparse/testfiles/xparse004.lvt
index bfeb2e7f0..e2b0cb0d9 100644
--- a/l3packages/xparse/testfiles/xparse004.lvt
+++ b/l3packages/xparse/testfiles/xparse004.lvt
@@ -5,7 +5,7 @@
\input{regression-test}
\RequirePackage[enable-debug]{expl3}
\ExplSyntaxOn
-\debug_on:n { check-declarations , deprecation , log-functions }
+\debug_on:n { check-declarations , log-functions }
\ExplSyntaxOff
\RequirePackage{xparse}
\begin{document}
diff --git a/l3packages/xparse/testfiles/xparse008.lvt b/l3packages/xparse/testfiles/xparse008.lvt
index fe5ae9dae..11077b6c7 100644
--- a/l3packages/xparse/testfiles/xparse008.lvt
+++ b/l3packages/xparse/testfiles/xparse008.lvt
@@ -5,7 +5,7 @@
\input{regression-test}
\RequirePackage[enable-debug]{expl3}
\ExplSyntaxOn
-\debug_on:n { check-declarations , deprecation , log-functions }
+\debug_on:n { check-declarations , log-functions }
\ExplSyntaxOff
\RequirePackage{xparse}
More information about the latex3-commits
mailing list.