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