diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-13 19:18:39 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-13 19:18:39 +0200 |
commit | ca864e112f10639a9359097ed5cf37dfe9b3df96 (patch) | |
tree | bc58c95efe17b4620db706989466709a9aeac11b /tests/color.tex | |
parent | af9ddc141efa0d7cd645f23a875a45d800c120fb (diff) | |
download | luaotfload-ca864e112f10639a9359097ed5cf37dfe9b3df96.tar.gz |
Some tests
Just few simple tests, we need a better test suite.
Diffstat (limited to 'tests/color.tex')
-rw-r--r-- | tests/color.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/color.tex b/tests/color.tex new file mode 100644 index 0000000..7206853 --- /dev/null +++ b/tests/color.tex @@ -0,0 +1,9 @@ +\input luaotfload.sty + +\pdfminorversion=5 \pdfcompresslevel=9 \pdfobjcompresslevel=9 + +\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 +\bye |