summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-06-03 15:06:18 +0300
committerKhaled Hosny <khaledhosny@eglug.org>2010-06-03 15:06:18 +0300
commitd2b32f51a324046b00757cf6a5e0e8b1b73327ff (patch)
treeff5b7e4356023c1ccc8fdf181a49ee1da5e90733 /tests
parent782e67f7807e25c88a5e1d7fc3bfeddf33fb6adf (diff)
downloadluaotfload-d2b32f51a324046b00757cf6a5e0e8b1b73327ff.tar.gz
Explicitely convert color value to string
Fixes #9
Diffstat (limited to 'tests')
-rw-r--r--tests/color.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/color.tex b/tests/color.tex
index 7206853..1be8896 100644
--- a/tests/color.tex
+++ b/tests/color.tex
@@ -1,9 +1,10 @@
\input luaotfload.sty
-\pdfminorversion=5 \pdfcompresslevel=9 \pdfobjcompresslevel=9
+\font\testa=file:lmroman10-regular.otf:color=FF0000BB;+trep at 10pt
+\font\testb=file:lmroman10-regular.otf:color=FFFF0099;+trep at 10pt
+\font\testc=file:lmroman10-regular.otf:color=559922;+trep at 12pt
-\font\testa=file:lmroman10-regular.otf:color=FF0000BB;+liga;+tlig;+trep" at 10pt
-\font\testb=file:lmroman10-regular.otf:color=FFFF0099;+liga;+tlig;+trep" at 10pt
\testa \input knuth \par
\testb \input knuth \par
+\testc \input knuth \par
\bye