Home | History | Annotate | Line # | Download | only in tests
      1 #!/bin/sh
      2 # Test that paragraph beginnings in HTML work ok.
      3 
      4 ../makeinfo --no-split --html ${srcdir-.}/html-para.txi
      5 exit_status=$?
      6 
      7 rm -f html-para.html
      8 exit $exit_status
      9