-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump test env from debian 12 to debian 13
debian 13 comes with a newer version of xterm which has some changes in `print-immediate`. this requires us to update test fixtures. the changes are: test_64bit: invisible was previously emitted as spaces. now emitted with escape codes. test_color_true: 0x808080 was previously emitted as 128:128:120. now emitted as 128:128:128. test_egc: fullwidth char with combining characters was previously emitted with U+FFFF (invalid) in the 2nd cell, now emitted without. test_invalid_utf8: U+FFFD (replacement char) is now emitted as a hash char ("#"). test_non_printable: ditto test_print: ditto also bump php from 8.3 to 8.4.
- Loading branch information
Showing
8 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#5[0maёb[0m | ||
#5[0mcёd[0m | ||
#5[0mI̤ͯ[0m | ||
#5[0mI̤ͯ[0m | ||
#5[0mI̤ͯ[0m | ||
#5[0mI̤ͯ[0m | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#5[0mfoo�[0m | ||
#5[0m�[0m | ||
#5[0mfoo#[0m | ||
#5[0m#[0m | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters