[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Fix typo in test names.
From: |
Patrice Dumas |
Subject: |
branch master updated: Fix typo in test names. |
Date: |
Sun, 12 Mar 2023 07:22:20 -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 5c3bf92317 Fix typo in test names.
5c3bf92317 is described below
commit 5c3bf92317cc0e2dca137749cff9d3fc51309437
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Mar 12 12:22:00 2023 +0100
Fix typo in test names.
---
tp/t/50value.t | 2 +-
tp/t/60macro.t | 2 +-
...nored_inline.pl => closing_brace_in_macro_call_in_ignored_inline.pl} | 0
...n_ingnored_inline.pl => closing_brace_in_value_in_ignored_inline.pl} | 0
4 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tp/t/50value.t b/tp/t/50value.t
index 3f3a0312bb..0e1e84ec23 100644
--- a/tp/t/50value.t
+++ b/tp/t/50value.t
@@ -395,7 +395,7 @@ line
@value{aa}.
'],
-['closing_brace_in_value_in_ingnored_inline',
+['closing_brace_in_value_in_ignored_inline',
'@set closebrace }
@inlinefmt{html,
diff --git a/tp/t/60macro.t b/tp/t/60macro.t
index fc1cd00f01..7419f06976 100644
--- a/tp/t/60macro.t
+++ b/tp/t/60macro.t
@@ -615,7 +615,7 @@ Toto @inlineifclear{fl@clearargendignored{}}. After.
Again with space @inlineifclear{fl@clearargendignored{} }. After.
'],
-['closing_brace_in_macro_call_in_ingnored_inline',
+['closing_brace_in_macro_call_in_ignored_inline',
'@macro closebrace
}
@end macro
diff --git
a/tp/t/results/macro/closing_brace_in_macro_call_in_ingnored_inline.pl
b/tp/t/results/macro/closing_brace_in_macro_call_in_ignored_inline.pl
similarity index 100%
rename from tp/t/results/macro/closing_brace_in_macro_call_in_ingnored_inline.pl
rename to tp/t/results/macro/closing_brace_in_macro_call_in_ignored_inline.pl
diff --git a/tp/t/results/value/closing_brace_in_value_in_ingnored_inline.pl
b/tp/t/results/value/closing_brace_in_value_in_ignored_inline.pl
similarity index 100%
rename from tp/t/results/value/closing_brace_in_value_in_ingnored_inline.pl
rename to tp/t/results/value/closing_brace_in_value_in_ignored_inline.pl
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Fix typo in test names.,
Patrice Dumas <=