2 # Test encoded accent info output.
6 input
=`basename $0`.txi
7 output
=`basename $0`.info
9 # we expect two invalid encoded characters:
10 # accent-text.txi:45: warning: invalid encoded character `#156'.
11 # accent-text.txi:45: warning: invalid encoded character `#140'.
12 # These are oe and OE, and they are not supported in Latin 1.
13 ..
/makeinfo
--enable-encoding --no-split -I$srcdir $srcdir/$input 2>/dev
/null
15 if test $exit_status = 0; then
16 grep 'ì' $output >/dev
/null \
17 && grep 'ï' $output >/dev
/null \
18 && grep '/L' $output >/dev
/null