pdftex[945] branches/stable/tests/39-ignore-primitive-error: add test
commits+thanh at tug.org
commits+thanh at tug.org
Sat Jan 25 09:14:37 CET 2025
Revision: 945
https://tug.org/svn/pdftex?view=revision&revision=945
Author: thanh
Date: 2025-01-25 09:14:37 +0100 (Sat, 25 Jan 2025)
Log Message:
-----------
add test for \ignoreprimitiveerror
Added Paths:
-----------
branches/stable/tests/39-ignore-primitive-error/
branches/stable/tests/39-ignore-primitive-error/Makefile
branches/stable/tests/39-ignore-primitive-error/f.tex
Added: branches/stable/tests/39-ignore-primitive-error/Makefile
===================================================================
--- branches/stable/tests/39-ignore-primitive-error/Makefile (rev 0)
+++ branches/stable/tests/39-ignore-primitive-error/Makefile 2025-01-25 08:14:37 UTC (rev 945)
@@ -0,0 +1,7 @@
+include ../Common.mak
+
+test:
+ $(pdftex2) -ini -etex f.tex
+
+clean:
+ $(clean)
Added: branches/stable/tests/39-ignore-primitive-error/f.tex
===================================================================
--- branches/stable/tests/39-ignore-primitive-error/f.tex (rev 0)
+++ branches/stable/tests/39-ignore-primitive-error/f.tex 2025-01-25 08:14:37 UTC (rev 945)
@@ -0,0 +1,13 @@
+\input plain.tex
+\input pdftexconfig.tex
+\input pdftexmagfix.tex
+
+\ignoreprimitiveerror=1
+
+\setbox0=\vbox{
+ \hrule height 1pt
+ \vskip 0pt minus 1fill
+}
+\setbox1=\vsplit0 to 5pt
+
+\end
More information about the pdftex-commits
mailing list.