Francois Gouget : winetest/build-patterns: Include the trailing space in the pattern.

Alexandre Julliard julliard at winehq.org
Thu May 5 13:48:31 CDT 2022


Module: tools
Branch: master
Commit: c4e8a8b5f6f6ddc43d1da495b96898f2faf95989
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=c4e8a8b5f6f6ddc43d1da495b96898f2faf95989

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu May  5 16:57:29 2022 +0200

winetest/build-patterns: Include the trailing space in the pattern.

Hovering over the trailing space will show the low failure counts
without also popping up a tooltip.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 winetest/build-patterns | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winetest/build-patterns b/winetest/build-patterns
index 7acb153..0bad351 100755
--- a/winetest/build-patterns
+++ b/winetest/build-patterns
@@ -1122,7 +1122,7 @@ sub write_pattern_line($$$)
                      $range_title, $range_symbol x $range_count;
     }
     my $newmode = $has_newmode ? " newmode" : "";
-    print $html "</div> <span class='label$newmode'>$reportdir</span>\n</div>";
+    print $html " </div><span class='label$newmode'>$reportdir</span>\n</div>";
 }
 
 sub index2symbol($)




More information about the wine-cvs mailing list