Skip to content

Commit

Permalink
Add \debug_on:n { deprecation } to some of the contrib tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Le Floch committed Dec 5, 2017
1 parent fecc29c commit 85c7db5
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 8 deletions.
6 changes: 5 additions & 1 deletion contrib/testfiles/chemformula001.lvt
@@ -1,12 +1,16 @@
%
% Copyright (C) 2015,2016 The LaTeX3 Project
% Copyright (C) 2015-2017 The LaTeX3 Project
%

\documentclass{article}
\input{regression-test}
\AUTHOR{Joseph Wright}

% Avoid needing KOMA-Script
\usepackage[enable-debug]{expl3}
\ExplSyntaxOn
\debug_on:n { deprecation }
\ExplSyntaxOff
\usepackage{xparse}
\DeclareDocumentCommand\AfterPackage{smm}{}
\expandafter\def\csname ver@scrlfile.sty\endcsname{}
Expand Down
5 changes: 4 additions & 1 deletion contrib/testfiles/ctex001.lvt
Expand Up @@ -23,7 +23,10 @@
\input{regression-test}
\AUTHOR{Qing Lee}

\usepackage{expl3}
% \usepackage[enable-debug]{expl3}
% \ExplSyntaxOn
% \debug_on:n { deprecation }
% \ExplSyntaxOff
\usepackage{xparse}
\usepackage{xtemplate}

Expand Down
5 changes: 4 additions & 1 deletion contrib/testfiles/ctex002.lvt
Expand Up @@ -23,7 +23,10 @@
\input{regression-test}
\AUTHOR{Qing Lee}

\usepackage{expl3}
% \usepackage[enable-debug]{expl3}
% \ExplSyntaxOn
% \debug_on:n { deprecation }
% \ExplSyntaxOff
\usepackage{xparse}
\usepackage{xtemplate}

Expand Down
7 changes: 5 additions & 2 deletions contrib/testfiles/fontspec001.lvt
@@ -1,12 +1,15 @@
%
% Copyright (C) 2015,2016 The LaTeX3 Project
% Copyright (C) 2015-2017 The LaTeX3 Project
%

\documentclass{article}
\input{regression-test}
\AUTHOR{Joseph Wright}

\usepackage{expl3}
\usepackage[enable-debug]{expl3}
\ExplSyntaxOn
\debug_on:n { deprecation }
\ExplSyntaxOff

\START

Expand Down
6 changes: 5 additions & 1 deletion contrib/testfiles/mhchem001.lvt
@@ -1,11 +1,15 @@
%
% Copyright (C) 2015,2016 The LaTeX3 Project
% Copyright (C) 2015-2017 The LaTeX3 Project
%

\documentclass{article}
\input{regression-test}
\AUTHOR{Joseph Wright}

\usepackage[enable-debug]{expl3}
\ExplSyntaxOn
\debug_on:n { deprecation }
\ExplSyntaxOff
\usepackage{mhchem}

\begin{document}
Expand Down
6 changes: 5 additions & 1 deletion contrib/testfiles/siunitx001.lvt
@@ -1,11 +1,15 @@
%
% Copyright (C) 2015,2016 The LaTeX3 Project
% Copyright (C) 2015-2017 The LaTeX3 Project
%

\documentclass{article}
\input{regression-test}
\AUTHOR{Joseph Wright}

\usepackage[enable-debug]{expl3}
\ExplSyntaxOn
\debug_on:n { deprecation }
\ExplSyntaxOff
\usepackage{siunitx}

\begin{document}
Expand Down
6 changes: 5 additions & 1 deletion contrib/testfiles/unicode-math001.lvt
@@ -1,12 +1,16 @@
%
% Copyright (C) 2015,2016 The LaTeX3 Project
% Copyright (C) 2015-2017 The LaTeX3 Project
%

\documentclass{article}
\input{regression-test}
\AUTHOR{Joseph Wright}

\usepackage{expl3}
% \usepackage[enable-debug]{expl3}
% \ExplSyntaxOn
% \debug_on:n { deprecation }
% \ExplSyntaxOff

\START

Expand Down

0 comments on commit 85c7db5

Please sign in to comment.