Use non-breaking spaces for calendar.

This commit is contained in:
Dominik Pantůček 2023-06-15 15:51:33 +02:00
parent 874750e483
commit a038a97223
2 changed files with 7 additions and 7 deletions

View file

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