emph-option 319 B

123456789101112
  1. #!/bin/sh
  2. # Public domain. Test @option inside @emph.
  3. unset TEXINFO_OUTPUT LANG LANGUAGE
  4. LC_ALL=POSIX; export LC_ALL
  5. : ${srcdir=.}
  6. ../makeinfo --no-split --html -o emph-option.out $srcdir/emph-option.txi || exit 1
  7. fgrep '<em>emphasized and referring to <samp></em>' emph-option.out && exit 3
  8. rm -f emph-option.out