]> _ Git - termbox2.git/commit
bump test env from debian 12 to debian 13
authorAdam Saponara <as@php.net>
Sat, 28 Dec 2024 02:19:03 +0000 (21:19 -0500)
committerAdam Saponara <as@php.net>
Sat, 28 Dec 2024 02:19:03 +0000 (21:19 -0500)
commita7b5e8cfca2e0a40bff10d441f54bfc278226916
treeb4a16f70898621d42e182794f505ee0fc75788d0
parentb89b08cf411db2373b9254b8e27caa308f0b5bde
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.
tests/Dockerfile
tests/run.sh
tests/test_64bit/expected.ansi
tests/test_color_true/expected.ansi
tests/test_egc/expected.ansi
tests/test_invalid_utf8/expected.ansi
tests/test_non_printable/expected.ansi
tests/test_print/expected.ansi