[latex3-commits] [git/LaTeX3-latex3-latex2e] gh208: test file showing the incorrect behavior (right now) (b2b3c20f)

Frank Mittelbach frank.mittelbach at latex-project.org
Sun Nov 3 16:26:50 CET 2019


Repository : https://github.com/latex3/latex2e
On branch  : gh208
Link       : https://github.com/latex3/latex2e/commit/b2b3c20f6f3b9bfd517a8cbf729441968a7c1be6

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

commit b2b3c20f6f3b9bfd517a8cbf729441968a7c1be6
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sun Nov 3 16:26:50 2019 +0100

    test file showing the incorrect behavior (right now)


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

b2b3c20f6f3b9bfd517a8cbf729441968a7c1be6
 required/tools/testfiles/github-robust-0123.lvt | 56 +++++++++++++++++++++++++
 required/tools/testfiles/github-robust-0123.tlg |  1 +
 2 files changed, 57 insertions(+)

diff --git a/required/tools/testfiles/github-robust-0123.lvt b/required/tools/testfiles/github-robust-0123.lvt
new file mode 100644
index 00000000..94a771ea
--- /dev/null
+++ b/required/tools/testfiles/github-robust-0123.lvt
@@ -0,0 +1,56 @@
+\documentclass{article}
+
+\usepackage{color}
+
+\input{test2e}
+
+\def\test#1{\typeout{\string#1 -> #1}
+\typeout{---------------------------------------}}
+
+\START
+
+\OMIT
+\begin{document}
+\TIMO
+
+%%%%%%%%%%%%%%%%%%
+% next block breaks very badly ... for some that is probably ok for
+% other not
+%%%%%%%%%%%%%%%%%
+
+
+
+%%%%
+% the rest goes through in one way or the other but not necessarily in
+% a robust way
+
+\test{\textcolor}
+\test{\pagecolor}
+\test{\nopagecolor}
+\test{\definecolor}
+\test{\normalcolor}
+\test{\colorbox}
+\test{\fcolorbox}
+
+\typeout{====================================}
+\typeout{ Not worth making robust ...}
+\typeout{====================================}
+
+\test{\DefineNamedColor}
+
+
+\typeout{====================================}
+\typeout{ Deliberately fragile ...}
+\typeout{====================================}
+
+
+\typeout{====================================}
+\typeout{ Robust ...}
+\typeout{====================================}
+
+\test{\color}
+
+\END
+
+
+
diff --git a/required/tools/testfiles/github-robust-0123.tlg b/required/tools/testfiles/github-robust-0123.tlg
new file mode 100644
index 00000000..8b137891
--- /dev/null
+++ b/required/tools/testfiles/github-robust-0123.tlg
@@ -0,0 +1 @@
+





More information about the latex3-commits mailing list