[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: testfile for issue #1002 (8878b0f3)

David Carlisle d.p.carlisle at gmail.com
Fri Feb 24 22:30:49 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/8878b0f36079c33d1cb3afb3f68373d80ae9b88c

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

commit 8878b0f36079c33d1cb3afb3f68373d80ae9b88c
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Fri Feb 24 21:30:49 2023 +0000

    testfile for issue #1002


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

8878b0f36079c33d1cb3afb3f68373d80ae9b88c
 required/tools/testfiles/github-1002.lvt           | 38 ++++++++++++++++++++++
 .../tools/testfiles/github-1002.tlg                |  2 ++
 2 files changed, 40 insertions(+)

diff --git a/required/tools/testfiles/github-1002.lvt b/required/tools/testfiles/github-1002.lvt
new file mode 100644
index 00000000..01ac609d
--- /dev/null
+++ b/required/tools/testfiles/github-1002.lvt
@@ -0,0 +1,38 @@
+\documentclass{article}
+
+\input{test2e}
+\usepackage[T1]{fontenc}
+\usepackage{multicol}
+\usepackage{lipsum}
+\ifx\savepos\undefined
+\let\savepos\pdfsavepos
+\let\lastxpos\pdflastxpos
+\fi
+\begin{document}
+
+\START
+
+\OMIT
+\begin{multicols*}{2}
+
+\lipsum[1-5]\hfill A\savepos\write20{TIMO^^JA: \the\lastxpos^^JOMIT}
+
+
+Test
+
+Test
+
+Test
+
+First question:
+\begin{multicols}{2}
+First
+
+Second
+\end{multicols}
+There should be an itemize environment here but the bug happens even without it.
+
+\lipsum[1-3]\hfill B\savepos\write20{TIMO^^JB: \the\lastxpos^^JOMIT}
+
+\end{multicols*}
+\end{document}
\ No newline at end of file
diff --git a/base/testfiles/github-0060.luatex.tlg b/required/tools/testfiles/github-1002.tlg
similarity index 80%
copy from base/testfiles/github-0060.luatex.tlg
copy to required/tools/testfiles/github-1002.tlg
index 1d0c6975..6b545d2f 100644
--- a/base/testfiles/github-0060.luatex.tlg
+++ b/required/tools/testfiles/github-1002.tlg
@@ -1,2 +1,4 @@
 This is a generated file for the LaTeX2e validation system.
 Don't change this file in any respect.
+A: 31409438
+B: 31409438





More information about the latex3-commits mailing list.