diff options
| author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-07-18 12:12:41 +0200 |
|---|---|---|
| committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-07-18 12:15:25 +0200 |
| commit | 55d34f7023ec8a3632423c14c03a7ac6e0693143 (patch) | |
| tree | a0b07a793fdc9f1449fcd68aa3f1d2491f287719 | |
| parent | bbdbc2658cb60b42652a398571de6402b5007f54 (diff) | |
| download | php-git-55d34f7023ec8a3632423c14c03a7ac6e0693143.tar.gz | |
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/>
| -rwxr-xr-x | run-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php index 6044ff8f72..44cfd299bb 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1480,7 +1480,7 @@ function run_all_tests_parallel($test_files, $env, $redir_tested) { echo "$i "; } echo "… done!\n"; - echo "====⚡️===========================================================⚡️====\n"; + echo "=====================================================================\n"; echo "\n"; $rawMessageBuffers = []; |
