[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: tp/tests/coverage_macro.texi: protect invalid Tex
From: |
Patrice Dumas |
Subject: |
branch master updated: tp/tests/coverage_macro.texi: protect invalid Texinfo by @ifclear |
Date: |
Sun, 24 Jul 2022 16:01:47 -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 ef3e891753 tp/tests/coverage_macro.texi: protect invalid Texinfo by
@ifclear
ef3e891753 is described below
commit ef3e891753ce6bcfc19b75bf67ad5a1e561ebeaf
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Jul 24 22:01:05 2022 +0200
tp/tests/coverage_macro.texi: protect invalid Texinfo by @ifclear
---
tp/tests/coverage_macro.texi | 5 ++---
.../layout/res_parser/formatting_macro_expand/formatting.texi | 9 ++-------
tp/tests/layout/res_parser/formatting_xml/formatting.xml | 9 ++-------
3 files changed, 6 insertions(+), 17 deletions(-)
diff --git a/tp/tests/coverage_macro.texi b/tp/tests/coverage_macro.texi
index 72a2e90d1f..bd1c3d5276 100644
--- a/tp/tests/coverage_macro.texi
+++ b/tp/tests/coverage_macro.texi
@@ -946,9 +946,8 @@ $\\frac{a < b @code{tex \\hbox{ code }}}{b}$ ``
-@set invalid
+@ifclear valid
@c invalid texinfo
-@ifset invalid
Somehow invalid use of @@,:@*
@@, @,
@@ -1080,6 +1079,6 @@ Various deff lines
@code{@@inforef@{,cross ref name, file name@}} @inforef{,cross ref name, file
name}
@code{@@inforef@{@}} @inforef{}
-@end ifset
+@end ifclear
@end macro
diff --git a/tp/tests/layout/res_parser/formatting_macro_expand/formatting.texi
b/tp/tests/layout/res_parser/formatting_macro_expand/formatting.texi
index 1c6081468b..13e1a0a7ad 100644
--- a/tp/tests/layout/res_parser/formatting_macro_expand/formatting.texi
+++ b/tp/tests/layout/res_parser/formatting_macro_expand/formatting.texi
@@ -959,9 +959,8 @@ $\\frac{a < b @code{tex \\hbox{ code }}}{b}$ ``
-@set invalid
+@ifclear valid
@c invalid texinfo
-@ifset invalid
Somehow invalid use of @@,:@*
@@, @,
@@ -1093,7 +1092,7 @@ Various deff lines
@code{@@inforef@{,cross ref name, file name@}} @inforef{,cross ref name, file
name}
@code{@@inforef@{@}} @inforef{}
-@end ifset
+@end ifclear
@end macro
@@ -2040,7 +2039,6 @@ in verbatim ''
-@set invalid
@c invalid texinfo
Somehow invalid use of @@,:@*
@@ -3119,7 +3117,6 @@ in verbatim ''
-@set invalid
@c invalid texinfo
Somehow invalid use of @@,:@*
@@ -4224,7 +4221,6 @@ in verbatim ''
-@set invalid
@c invalid texinfo
Somehow invalid use of @@,:@*
@@ -5297,7 +5293,6 @@ in verbatim ''
-@set invalid
@c invalid texinfo
Somehow invalid use of @@,:@*
diff --git a/tp/tests/layout/res_parser/formatting_xml/formatting.xml
b/tp/tests/layout/res_parser/formatting_xml/formatting.xml
index e0d737fce1..914734c85e 100644
--- a/tp/tests/layout/res_parser/formatting_xml/formatting.xml
+++ b/tp/tests/layout/res_parser/formatting_xml/formatting.xml
@@ -962,9 +962,8 @@ $\\frac{a < b @code{tex \\hbox{ code }}}{b}$ ``
-@set invalid
+@ifclear valid
@c invalid texinfo
-@ifset invalid
Somehow invalid use of @@,:@*
@@, @,
@@ -1096,7 +1095,7 @@ Various deff lines
@code{@@inforef@{,cross ref name, file name@}} @inforef{,cross ref name, file
name}
@code{@@inforef@{@}} @inforef{}
-@end ifset
+@end ifclear
</macro>
@@ -2035,7 +2034,6 @@ in verbatim ''
</para>
-<set name="invalid" line=" invalid"></set>
<!-- c invalid texinfo -->
<para>Somehow invalid use of &arobase;,:&linebreak;
@@ -3106,7 +3104,6 @@ in verbatim ''
</para>
-<set name="invalid" line=" invalid"></set>
<!-- c invalid texinfo -->
<para>Somehow invalid use of &arobase;,:&linebreak;
@@ -4204,7 +4201,6 @@ in verbatim ''
</para>
-<set name="invalid" line=" invalid"></set>
<!-- c invalid texinfo -->
<para>Somehow invalid use of &arobase;,:&linebreak;
@@ -5269,7 +5265,6 @@ in verbatim ''
-<set name="invalid" line=" invalid"></set>
<!-- c invalid texinfo -->
Somehow invalid use of &arobase;,:&linebreak;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: tp/tests/coverage_macro.texi: protect invalid Texinfo by @ifclear,
Patrice Dumas <=