summaryrefslogtreecommitdiff
path: root/makeinfo/tests/emph-option
blob: 2dfb1506fcd55b63cff12ba809445b9d85f0b5a9 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# Test @option inside @emph. 

unset TEXINFO_OUTPUT
: ${srcdir=.}

../makeinfo --no-split --html -o emph-option.out $srcdir/emph-option.txi || exit 1
fgrep '<em>emphasized and referring to <samp></em>' emph-option.out && exit 3

rm -f emph-option.out