#!/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 'emphasized and referring to ' emph-option.out && exit 3 rm -f emph-option.out