[latex3-commits] [git/LaTeX3-latex3-latex3] master: Test for deprecated commands in all contrib tests (see #420) (c5762e5)

Bruno Le Floch bruno at le-floch.fr
Sat Apr 7 04:57:11 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/c5762e52e2a2010de75a1b589896575d6c9bdbbe

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

commit c5762e52e2a2010de75a1b589896575d6c9bdbbe
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Fri Apr 6 22:57:11 2018 -0400

    Test for deprecated commands in all contrib tests (see #420)


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

c5762e52e2a2010de75a1b589896575d6c9bdbbe
 contrib/testfiles/ctex001.lvt         |   10 +++++-----
 contrib/testfiles/ctex002.lvt         |   10 +++++-----
 contrib/testfiles/unicode-math001.lvt |   11 +++++------
 3 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/contrib/testfiles/ctex001.lvt b/contrib/testfiles/ctex001.lvt
index d745682..b902f02 100644
--- a/contrib/testfiles/ctex001.lvt
+++ b/contrib/testfiles/ctex001.lvt
@@ -1,5 +1,5 @@
 %
-% Copyright (C) 2015 Qing Lee
+% Copyright (C) 2015, 2018 Qing Lee
 %
 
 %% We use fandol fonts for testing. In pdftex, they can be only used with dvipdfmx
@@ -23,10 +23,10 @@
 \input{regression-test}
 \AUTHOR{Qing Lee}
 
-% \usepackage[enable-debug]{expl3}
-% \ExplSyntaxOn
-% \debug_on:n { deprecation }
-% \ExplSyntaxOff
+\usepackage[enable-debug]{expl3}
+\ExplSyntaxOn
+\debug_on:n { deprecation }
+\ExplSyntaxOff
 \usepackage{xparse}
 \usepackage{xtemplate}
 
diff --git a/contrib/testfiles/ctex002.lvt b/contrib/testfiles/ctex002.lvt
index 0ca0e4c..ba0c3c6 100644
--- a/contrib/testfiles/ctex002.lvt
+++ b/contrib/testfiles/ctex002.lvt
@@ -1,5 +1,5 @@
 %
-% Copyright (C) 2015 Qing Lee
+% Copyright (C) 2015, 2018 Qing Lee
 %
 
 %% We use fandol fonts for testing. In pdftex, they can be only used with dvipdfmx
@@ -23,10 +23,10 @@
 \input{regression-test}
 \AUTHOR{Qing Lee}
 
-% \usepackage[enable-debug]{expl3}
-% \ExplSyntaxOn
-% \debug_on:n { deprecation }
-% \ExplSyntaxOff
+\usepackage[enable-debug]{expl3}
+\ExplSyntaxOn
+\debug_on:n { deprecation }
+\ExplSyntaxOff
 \usepackage{xparse}
 \usepackage{xtemplate}
 
diff --git a/contrib/testfiles/unicode-math001.lvt b/contrib/testfiles/unicode-math001.lvt
index f43d47d..9d0de0e 100644
--- a/contrib/testfiles/unicode-math001.lvt
+++ b/contrib/testfiles/unicode-math001.lvt
@@ -1,16 +1,15 @@
 %
-% Copyright (C) 2015-2017 The LaTeX3 Project
+% Copyright (C) 2015-2018 The LaTeX3 Project
 %
 
 \documentclass{article}
 \input{regression-test}
 \AUTHOR{Joseph Wright}
 
-\usepackage{expl3}
-% \usepackage[enable-debug]{expl3}
-% \ExplSyntaxOn
-% \debug_on:n { deprecation }
-% \ExplSyntaxOff
+\usepackage[enable-debug]{expl3}
+\ExplSyntaxOn
+\debug_on:n { deprecation }
+\ExplSyntaxOff
 
 \START
 





More information about the latex3-commits mailing list