summaryrefslogtreecommitdiff
path: root/makeinfo/tests/emph-option
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-01-17 15:29:11 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-01-17 15:29:11 +0000
commit4ca63c0cf0f37ab550bcca8b36f67f631cf1f8d0 (patch)
treee055aa1329452dceeafd63de121a048a08a2eb7f /makeinfo/tests/emph-option
downloadtexinfo-tarball-4ca63c0cf0f37ab550bcca8b36f67f631cf1f8d0.tar.gz
Tarball conversion
Diffstat (limited to 'makeinfo/tests/emph-option')
-rwxr-xr-xmakeinfo/tests/emph-option10
1 files changed, 10 insertions, 0 deletions
diff --git a/makeinfo/tests/emph-option b/makeinfo/tests/emph-option
new file mode 100755
index 0000000..2dfb150
--- /dev/null
+++ b/makeinfo/tests/emph-option
@@ -0,0 +1,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