summaryrefslogtreecommitdiff
path: root/makeinfo/tests/html-para.txi
diff options
context:
space:
mode:
Diffstat (limited to 'makeinfo/tests/html-para.txi')
-rw-r--r--makeinfo/tests/html-para.txi24
1 files changed, 24 insertions, 0 deletions
diff --git a/makeinfo/tests/html-para.txi b/makeinfo/tests/html-para.txi
new file mode 100644
index 0000000..c6e34fd
--- /dev/null
+++ b/makeinfo/tests/html-para.txi
@@ -0,0 +1,24 @@
+\input texinfo
+@setfilename html-para.info
+@settitle HTML paragraph beginning test
+
+@c <p> is emitted at paragraph beginning, which makes the text
+@c between START and END not exactly what some cm_xxx functions
+@c expect, when they are called by pop_and_call_brace.
+
+@set val @@value@{@}
+@definfoenclose foo,\\,//
+
+@node Top
+@top Top of HTML paragraph test
+
+@value{val} should work at the beginning of a new paragraph.
+
+@dotless{i} dotless should not trigger error messages at the beginning
+of a new paragraph.
+
+@sc{small-caps} should work at the beginning of a new paragraph.
+
+@foo{@@definfoenclose} should work at the beginning of a new paragraph.
+
+@bye