summaryrefslogtreecommitdiff
path: root/makeinfo/tests/html-para
diff options
context:
space:
mode:
Diffstat (limited to 'makeinfo/tests/html-para')
-rwxr-xr-xmakeinfo/tests/html-para8
1 files changed, 8 insertions, 0 deletions
diff --git a/makeinfo/tests/html-para b/makeinfo/tests/html-para
new file mode 100755
index 0000000..a9ea2b5
--- /dev/null
+++ b/makeinfo/tests/html-para
@@ -0,0 +1,8 @@
+#!/bin/sh
+# Test that paragraph beginnings in HTML work ok.
+
+../makeinfo --no-split --html ${srcdir-.}/html-para.txi
+exit_status=$?
+
+rm -f html-para.html
+exit $exit_status