[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Wed, 18 Oct 2023 09:48:24 -0400 (EDT) |
branch: master
commit b1b1c777cb4aefdd94f07127a924ed5016abdb0f
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Oct 18 13:59:27 2023 +0100
* doc/texinfo-tex-test.texi (Line macros): Avoid checking
example with leading space on a line after an "@" continuation
character, as TeX's treatment of leading space on a line differs
from that of texi2any.
---
ChangeLog | 7 +++++++
doc/texinfo-tex-test.texi | 9 ++++++++-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index cf7cbad251..1364865947 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-10-18 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * doc/texinfo-tex-test.texi (Line macros): Avoid checking
+ example with leading space on a line after an "@" continuation
+ character, as TeX's treatment of leading space on a line differs
+ from that of texi2any.
+
2023-10-18 Gavin Smith <gavinsmith0123@gmail.com>
* doc/texinfo.texi (Inserting Quotation Marks): Place @code around
diff --git a/doc/texinfo-tex-test.texi b/doc/texinfo-tex-test.texi
index cba67b6233..f250d978e0 100644
--- a/doc/texinfo-tex-test.texi
+++ b/doc/texinfo-tex-test.texi
@@ -757,7 +757,14 @@ something
@end linemacro
@test foo (bar, baz)@
- continuation line
+continuation line
+
+@deffn Function foo (bar, baz)continuation line
+something
+@end deffn
+
+@test foo (bar, baz) @
+continuation line
@deffn Function foo (bar, baz) continuation line
something