[latex3-commits] [git/LaTeX3-latex3-latex2e] gh516: Add test file for #516 (1ea34118)

PhelypeOleinik phelype.oleinik at latex-project.org
Thu Mar 4 03:56:56 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : gh516
Link       : https://github.com/latex3/latex2e/commit/1ea34118d6723caf8b61ead45a9358788dd22d5b

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

commit 1ea34118d6723caf8b61ead45a9358788dd22d5b
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Wed Mar 3 23:56:56 2021 -0300

    Add test file for #516


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

1ea34118d6723caf8b61ead45a9358788dd22d5b
 required/graphics/testfiles/github-0516.lvt | 30 +++++++++++++++++++++++++++++
 required/graphics/testfiles/github-0516.tlg | 11 +++++++++++
 2 files changed, 41 insertions(+)

diff --git a/required/graphics/testfiles/github-0516.lvt b/required/graphics/testfiles/github-0516.lvt
new file mode 100644
index 00000000..1580c268
--- /dev/null
+++ b/required/graphics/testfiles/github-0516.lvt
@@ -0,0 +1,30 @@
+%
+% https://tug.org/pipermail/tex-live/2021-March/046525.html
+%
+\input{regression-test}
+\begin{filecontents}[overwrite]{graph-test.1}
+%!PS
+%%BoundingBox: -1 -1 29 29 
+%%Page: 1 1
+newpath
+0 0 moveto
+29 0 lineto
+29 29 lineto
+0 29 lineto
+closepath stroke
+showpage
+%%EOF
+\end{filecontents}
+\RequirePackage{graphics}
+
+\START
+
+\DeclareGraphicsRule{*}{eps}{*}{}
+\sbox0{\includegraphics{graph-test.1}}
+
+\tracingonline=1
+\showboxdepth10
+\showboxbreadth10
+\showbox0
+
+\END
diff --git a/required/graphics/testfiles/github-0516.tlg b/required/graphics/testfiles/github-0516.tlg
new file mode 100644
index 00000000..6375aeb4
--- /dev/null
+++ b/required/graphics/testfiles/github-0516.tlg
@@ -0,0 +1,11 @@
+This is a generated file for the l3build validation system.
+Don't change this file in any respect.
+LaTeX Warning: File `graph-test.1' not found on input line ....
+File: graph-test.1 Graphic file (type eps)
+<graph-test.1>
+> \box...=
+\hbox(30.11249+0.0)x30.11249
+.\hbox(30.11249+0.0)x30.11249
+..\special{PSfile="graph-test.1" llx=-1 lly=-1 urx=29 ury=29 rwi=300 }
+! OK.
+l. ...\showbox0





More information about the latex3-commits mailing list.