pdftex[929] branches/stable/tests/36-ptex-use-underscore: add test

commits+thanh at tug.org commits+thanh at tug.org
Thu May 23 12:50:42 CEST 2024


Revision: 929
          https://tug.org/svn/pdftex?view=revision&revision=929
Author:   thanh
Date:     2024-05-23 12:50:42 +0200 (Thu, 23 May 2024)
Log Message:
-----------
add test for \pdfptexuseunderscore

Added Paths:
-----------
    branches/stable/tests/36-ptex-use-underscore/
    branches/stable/tests/36-ptex-use-underscore/Makefile
    branches/stable/tests/36-ptex-use-underscore/f.tex
    branches/stable/tests/36-ptex-use-underscore/f2.tex

Added: branches/stable/tests/36-ptex-use-underscore/Makefile
===================================================================
--- branches/stable/tests/36-ptex-use-underscore/Makefile	                        (rev 0)
+++ branches/stable/tests/36-ptex-use-underscore/Makefile	2024-05-23 10:50:42 UTC (rev 929)
@@ -0,0 +1,8 @@
+include ../Common.mak
+
+test:
+	$(pdftex2) -ini f.tex
+	$(pdftex2) -ini f2.tex
+
+clean:
+	$(clean)

Added: branches/stable/tests/36-ptex-use-underscore/f.tex
===================================================================
--- branches/stable/tests/36-ptex-use-underscore/f.tex	                        (rev 0)
+++ branches/stable/tests/36-ptex-use-underscore/f.tex	2024-05-23 10:50:42 UTC (rev 929)
@@ -0,0 +1,10 @@
+\input plain.tex
+\input pdftexconfig.tex
+\input pdftexmagfix.tex
+
+\pdfinterwordspaceon
+\pdfcompresslevel=0
+\pdfobjcompresslevel=0
+\pdfptexuseunderscore=1
+abc
+\end

Added: branches/stable/tests/36-ptex-use-underscore/f2.tex
===================================================================
--- branches/stable/tests/36-ptex-use-underscore/f2.tex	                        (rev 0)
+++ branches/stable/tests/36-ptex-use-underscore/f2.tex	2024-05-23 10:50:42 UTC (rev 929)
@@ -0,0 +1,10 @@
+\input plain.tex
+\input pdftexconfig.tex
+\input pdftexmagfix.tex
+
+\pdfinterwordspaceon
+\pdfcompresslevel=0
+\pdfobjcompresslevel=0
+\pdfmajorversion=2
+abc
+\end



More information about the pdftex-commits mailing list.