blob: 91fe8ae357d05f25d5d02cf5b1dcb216bd198538 (
plain)
1
2
3
4
5
6
7
8
9
|
#! /bin/sh
# ensure -K1 does not remove newline after %%BeginFont line.
# Report from T S, 1 Jan 2010 16:32:16.
tst=beginfontk1
./dvips -K1 $srcdir/testdata/$tst.dvi -o || exit 1
grep '^%%BeginFont: /MC1_ArialBold$' $tst.ps || exit 1
exit 0
|