texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Update highlight syntax test results


From: Patrice Dumas
Subject: branch master updated: Update highlight syntax test results
Date: Sun, 07 Aug 2022 05:18:26 -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 ec83ca84ae Update highlight syntax test results
ec83ca84ae is described below

commit ec83ca84ae42d2a1d134e03d70f17a3089c1ae77
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Aug 7 11:17:51 2022 +0200

    Update highlight syntax test results
---
 .../highlight_syntax_example/highlight_example_highlight_C_input.C      | 2 +-
 .../highlight_syntax_example/highlight_example_highlight_C_output.html  | 2 +-
 ...hlight_perl_input.perl => highlight_example_highlight_perl_input.pl} | 2 +-
 .../highlight_example_highlight_perl_output.html                        | 2 +-
 .../highlight_example_highlight_texinfo_input.texi                      | 2 +-
 .../highlight_example_highlight_texinfo_output.html                     | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_C_input.C
 
b/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_C_input.C
index 87a48a1e74..df44306348 100644
--- 
a/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_C_input.C
+++ 
b/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_C_input.C
@@ -6,7 +6,7 @@ _______________________ 0
 #include <iostream>
 
 int main() {
-    std::cout << "Hello W�rld!";
+    std::cout << "Hello Wörld!";
     return 0;
 }
 _______________________ 0
diff --git 
a/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_C_output.html
 
b/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_C_output.html
index b0ccc1f655..2abb8deadc 100644
--- 
a/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_C_output.html
+++ 
b/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_C_output.html
@@ -8,7 +8,7 @@ http://www.gnu.org/software/src-highlite -->
 <b><span style="color:#000080">#include</span></b> <span 
style="color:#FF0000">&lt;iostream&gt;</span>
 
 <span style="color:#009900">int</span> <b><span 
style="color:#000000">main</span></b><span style="color:#990000">()</span> 
<span style="color:#FF0000">{</span>
-    std<span style="color:#990000">::</span>cout <span 
style="color:#990000">&lt;&lt;</span> <span style="color:#FF0000">"Hello 
W�rld!"</span><span style="color:#990000">;</span>
+    std<span style="color:#990000">::</span>cout <span 
style="color:#990000">&lt;&lt;</span> <span style="color:#FF0000">"Hello 
Wörld!"</span><span style="color:#990000">;</span>
     <b><span style="color:#0000FF">return</span></b> <span 
style="color:#993399">0</span><span style="color:#990000">;</span>
 <span style="color:#FF0000">}</span>
 _______________________________________ highlight texinfo _GT Haib0aik zei4YieH
diff --git 
a/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_perl_input.perl
 
b/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_perl_input.pl
similarity index 81%
rename from 
tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_perl_input.perl
rename to 
tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_perl_input.pl
index 1d210b3ebf..ed403c7929 100644
--- 
a/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_perl_input.perl
+++ 
b/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_perl_input.pl
@@ -1,7 +1,7 @@
 Automatically generated
 
 _______________________ 0
-my $list = ['�a', 'b��'];
+my $list = ['ça', 'bôù'];
 sub do ($) {
   my $arg = shift;
   return $arg + 4;
diff --git 
a/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_perl_output.html
 
b/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_perl_output.html
index 93ced8ea93..1fb223ae85 100644
--- 
a/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_perl_output.html
+++ 
b/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_perl_output.html
@@ -3,7 +3,7 @@ by Lorenzo Bettini
 http://www.lorenzobettini.it
 http://www.gnu.org/software/src-highlite -->
 <pre>_______________________________________ highlight texinfo _GT Haib0aik 
zei4YieH
-<b><span style="color:#0000FF">my</span></b> <span 
style="color:#009900">$list</span> <span style="color:#990000">=</span> <span 
style="color:#990000">[</span><span style="color:#FF0000">'�a'</span><span 
style="color:#990000">,</span> <span style="color:#FF0000">'b��'</span><span 
style="color:#990000">];</span>
+<b><span style="color:#0000FF">my</span></b> <span 
style="color:#009900">$list</span> <span style="color:#990000">=</span> <span 
style="color:#990000">[</span><span style="color:#FF0000">'ça'</span><span 
style="color:#990000">,</span> <span style="color:#FF0000">'bôù'</span><span 
style="color:#990000">];</span>
 <b><span style="color:#0000FF">sub</span></b> <b><span 
style="color:#0000FF">do</span></b> <span style="color:#990000">(</span>$<span 
style="color:#990000">)</span> <span style="color:#FF0000">{</span>
   <b><span style="color:#0000FF">my</span></b> <span 
style="color:#009900">$arg</span> <span style="color:#990000">=</span> <b><span 
style="color:#0000FF">shift</span></b><span style="color:#990000">;</span>
   <b><span style="color:#0000FF">return</span></b> <span 
style="color:#009900">$arg</span> <span style="color:#990000">+</span> <span 
style="color:#993399">4</span><span style="color:#990000">;</span>
diff --git 
a/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_texinfo_input.texi
 
b/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_texinfo_input.texi
index 80b6d6f8ce..0e10cb617b 100644
--- 
a/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_texinfo_input.texi
+++ 
b/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_texinfo_input.texi
@@ -2,5 +2,5 @@ Automatically generated
 
 _______________________ 0
 texinfo
-@code{prot�cted}
+@code{protécted}
 _______________________ 0
diff --git 
a/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_texinfo_output.html
 
b/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_texinfo_output.html
index de6c15a40b..d2643de21b 100644
--- 
a/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_texinfo_output.html
+++ 
b/tp/tests/other/res_parser_html/highlight_syntax_example/highlight_example_highlight_texinfo_output.html
@@ -4,6 +4,6 @@ http://www.lorenzobettini.it
 http://www.gnu.org/software/src-highlite -->
 <pre>_______________________________________ highlight texinfo _GT Haib0aik 
zei4YieH
 texinfo
-<i><span style="color:#9A1900">@code{prot�cted}</span></i>
+<i><span style="color:#9A1900">@code{protécted}</span></i>
 _______________________________________ highlight texinfo _GT Haib0aik zei4YieH
 </pre>



reply via email to

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