html-para.txi 656 B

12345678910111213141516171819202122232425
  1. \input texinfo
  2. @setfilename html-para.info
  3. @settitle HTML paragraph beginning test
  4. @c <p> is emitted at paragraph beginning, which makes the text
  5. @c between START and END not exactly what some cm_xxx functions
  6. @c expect, when they are called by pop_and_call_brace.
  7. @set val @@value@{@}
  8. @definfoenclose foo,\\,//
  9. @node Top
  10. @top Top of HTML paragraph test
  11. @value{val} should work at the beginning of a new paragraph.
  12. @dotless{i} dotless should not trigger error messages at the beginning
  13. of a new paragraph.
  14. @sc{small-caps} should work at the beginning of a new paragraph.
  15. @foo{@@definfoenclose} should work at the beginning of a new paragraph.
  16. @bye