xref: /openbsd-src/gnu/usr.bin/texinfo/makeinfo/tests/html-para (revision 3fb98d4a0b16c1b3771f885c307e980dcbd2944c)
11cc83814Sespie#!/bin/sh
21cc83814Sespie# Test that paragraph beginnings in HTML work ok.
31cc83814Sespie
4*3fb98d4aSespie../makeinfo --no-split --html ${srcdir-.}/html-para.txi
51cc83814Sespieexit_status=$?
61cc83814Sespie
71cc83814Sespierm -f html-para.html
81cc83814Sespieexit $exit_status
9