pdftex[838] branches/stable/tests/17-fake-space-bug: add test file

commits+thanh at tug.org commits+thanh at tug.org
Sat Oct 31 10:34:20 CET 2020


Revision: 838
          http://tug.org/svn/pdftex?view=revision&revision=838
Author:   thanh
Date:     2020-10-31 10:34:20 +0100 (Sat, 31 Oct 2020)
Log Message:
-----------
add test file for bug: unwanted faked interword space

Added Paths:
-----------
    branches/stable/tests/17-fake-space-bug/
    branches/stable/tests/17-fake-space-bug/Makefile
    branches/stable/tests/17-fake-space-bug/f.tex

Copied: branches/stable/tests/17-fake-space-bug/Makefile (from rev 837, branches/stable/tests/16-nolink-special/Makefile)
===================================================================
--- branches/stable/tests/17-fake-space-bug/Makefile	                        (rev 0)
+++ branches/stable/tests/17-fake-space-bug/Makefile	2020-10-31 09:34:20 UTC (rev 838)
@@ -0,0 +1,7 @@
+include ../Common.mak
+
+test:
+	$(pdftex) -ini f.tex
+
+clean:
+	$(clean)

Added: branches/stable/tests/17-fake-space-bug/f.tex
===================================================================
--- branches/stable/tests/17-fake-space-bug/f.tex	                        (rev 0)
+++ branches/stable/tests/17-fake-space-bug/f.tex	2020-10-31 09:34:20 UTC (rev 838)
@@ -0,0 +1,9 @@
+%%%%
+\catcode`\{=1 \catcode`\}=2
+\pdfoutput=1 \pdfcompresslevel=0 \pdfobjcompresslevel=0
+\pdfglyphtounicode{space}{0020}
+\pdfinterwordspaceon
+\font\x=cmr10 \x \hsize=4in \vsize=4in
+\noindent abc cde\hfil
+\end
+%%%%
\ No newline at end of file



More information about the pdftex-commits mailing list.