diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-19 21:03:49 +0200 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-19 21:03:49 +0200 |
commit | 8d1a301641504e6d7ff4194e01ab89bafba06486 (patch) | |
tree | e54404ed3ee251ed33ecaabe18820ab9c7a8c806 /tests/color.tex | |
parent | 89aaa92df44af21be14c32fa7425b1cfa0674820 (diff) | |
download | luaotfload-8d1a301641504e6d7ff4194e01ab89bafba06486.tar.gz |
Making test files independent from ConTeXt files
Diffstat (limited to 'tests/color.tex')
-rw-r--r-- | tests/color.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/color.tex b/tests/color.tex index 1be8896..188889c 100644 --- a/tests/color.tex +++ b/tests/color.tex @@ -4,7 +4,7 @@ \font\testb=file:lmroman10-regular.otf:color=FFFF0099;+trep at 10pt \font\testc=file:lmroman10-regular.otf:color=559922;+trep at 12pt -\testa \input knuth \par -\testb \input knuth \par -\testc \input knuth \par +\testa FF0000BB \par +\testb FFFF0099 \par +\testc 559922 \par \bye |