Run all new tests.

This commit is contained in:
Dominik Pantůček 2023-06-15 15:35:40 +02:00
parent 45252d7fc4
commit 874750e483

View file

@ -480,6 +480,12 @@
(test-equal? sgr-token-neutralize
(sgr-token-neutralize '("Hello\b" . 6))
'("Hello" . 5))
(let ((ts "\x1b[41m \x1b[49m"))
(test-equal? string->sgr-list/words:sgr-list->string
(sgr-list->string
(string->sgr-list/words ts))
ts))
))
)