Skip to content

Commit 55d34f7

Browse files
committed
Remove remaining lightnings from run-tests.php
The classic Windows console only supports the Unicode BMP, so it can't handle the LIGHTNING MOOD character (U+1F5F2). It also seems that common fonts do not support the LIGHTNING (U+2607) character, so a general removal is appropriate. However, Windows is already "ready for the future"[1], but PHP for Windows is not (yet). [1] <https://devblogs.microsoft.com/commandline/windows-command-line-unicode-and-utf-8-output-text-buffer/>
1 parent bbdbc26 commit 55d34f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ function run_all_tests_parallel($test_files, $env, $redir_tested) {
14801480
echo "$i ";
14811481
}
14821482
echo "… done!\n";
1483-
echo "====⚡️===========================================================⚡️====\n";
1483+
echo "=====================================================================\n";
14841484
echo "\n";
14851485

14861486
$rawMessageBuffers = [];

0 commit comments

Comments
 (0)