pdftex[897] branches/stable/tests/29-Invalid-unicode-ranges: add test

commits+thanh at tug.org commits+thanh at tug.org
Tue Feb 14 15:06:52 CET 2023


Revision: 897
          http://tug.org/svn/pdftex?view=revision&revision=897
Author:   thanh
Date:     2023-02-14 15:06:52 +0100 (Tue, 14 Feb 2023)
Log Message:
-----------
add test files for bug "Invalid unicode ranges in CMap beginbfrange operator"

Added Paths:
-----------
    branches/stable/tests/29-Invalid-unicode-ranges/
    branches/stable/tests/29-Invalid-unicode-ranges/Makefile
    branches/stable/tests/29-Invalid-unicode-ranges/f.tex

Added: branches/stable/tests/29-Invalid-unicode-ranges/Makefile
===================================================================
--- branches/stable/tests/29-Invalid-unicode-ranges/Makefile	                        (rev 0)
+++ branches/stable/tests/29-Invalid-unicode-ranges/Makefile	2023-02-14 14:06:52 UTC (rev 897)
@@ -0,0 +1,13 @@
+include ../Common.mak
+
+all: fmt test
+
+test:
+	$(pdftex2) -fmt pdflatex f.tex
+
+fmt:
+	$(pdftex2) -ini -etex -env pdflatex.ini
+
+clean:
+	$(clean)
+	rm -f pdfa.xmpi

Added: branches/stable/tests/29-Invalid-unicode-ranges/f.tex
===================================================================
--- branches/stable/tests/29-Invalid-unicode-ranges/f.tex	                        (rev 0)
+++ branches/stable/tests/29-Invalid-unicode-ranges/f.tex	2023-02-14 14:06:52 UTC (rev 897)
@@ -0,0 +1,9 @@
+\documentclass{scrartcl}
+\usepackage{newpxtext,newpxmath}
+\usepackage[a-2u]{pdfx}
+\begin{document}
+\pdfcompresslevel=0
+\pdfobjcompresslevel=0
+Some greek characters seem to miss unicode mappings: $\mu$  % <- verification fails; comment out to succeed
+Works for others: $\Sigma$
+\end{document}



More information about the pdftex-commits mailing list.