texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Add missing Texinfo files for tests.


From: Patrice Dumas
Subject: branch master updated: Add missing Texinfo files for tests.
Date: Sun, 26 May 2024 16:05:53 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new dd12c88604 Add missing Texinfo files for tests.
dd12c88604 is described below

commit dd12c88604c6da9ea5e33719ec3cb944eaaaaee4
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun May 26 22:05:30 2024 +0200

    Add missing Texinfo files for tests.
---
 tp/t/input_files/first_file_same_parser.texi | 45 ++++++++++++++++++++++++++++
 tp/t/input_files/last_file_same_parser.texi  |  8 +++++
 tp/t/input_files/next_file_same_parser.texi  | 18 +++++++++++
 3 files changed, 71 insertions(+)

diff --git a/tp/t/input_files/first_file_same_parser.texi 
b/tp/t/input_files/first_file_same_parser.texi
new file mode 100644
index 0000000000..7636ba2e2a
--- /dev/null
+++ b/tp/t/input_files/first_file_same_parser.texi
@@ -0,0 +1,45 @@
+\input texinfo
+@setfilename first_file_same_parser.info
+
+@contents
+
+@top First File
+@node Top
+
+@node chap
+@chapter Chap
+
+
+@abbr{ABC, Abr Because Casual @value{abc}}.
+
+@abbr{ABC}.
+
+@findex fentry
+
+@email{addr, name}.
+
+@email{bb eol
+
+more, etext
+
+after}.
+
+@include file_with_cpp_lines.texi
+
+@documentlanguage fr
+
+@node results
+@appendix Results
+
+@macro macrtwo {a, b}
+NOW \a\ AND @strong{\b\}
+@end macro
+
+@deftypeop MyCat op dtype a1 ( a2)
+@macrtwo{Some def, and more}
+@end deftypeop
+
+@printindex fn
+
+
+@bye
diff --git a/tp/t/input_files/last_file_same_parser.texi 
b/tp/t/input_files/last_file_same_parser.texi
new file mode 100644
index 0000000000..0bf1c27bb1
--- /dev/null
+++ b/tp/t/input_files/last_file_same_parser.texi
@@ -0,0 +1,8 @@
+
+@title Title
+@node Top
+@node ichp
+
+@macrtwo{}
+
+J @value{myval}.
diff --git a/tp/t/input_files/next_file_same_parser.texi 
b/tp/t/input_files/next_file_same_parser.texi
new file mode 100644
index 0000000000..151f4a3246
--- /dev/null
+++ b/tp/t/input_files/next_file_same_parser.texi
@@ -0,0 +1,18 @@
+
+@node Top
+@top Next File
+
+@node chap for next
+@chapter Chap for Next
+
+@macrtwo{}
+
+@set myval toto
+
+FF @value{myval}.
+
+@error{}.
+
+@value{abc}.
+
+@printindex vr



reply via email to

[Prev in Thread] Current Thread [Next in Thread]