Fix sgr-block tests with non-breaking spaces.

This commit is contained in:
Dominik Pantůček 2023-06-20 13:41:55 +02:00
parent 4427315466
commit 370b7ea3bf

View file

@ -524,7 +524,9 @@
(sgr-line-expand
'(("Hello" . 5) ("\t" . 1) ("World!" . 6))
20)
'(("Hello" . 5) (" " . 9) ("World!" . 6)))
'(("Hello" . 5)
("\xc2\xa0\xc2\xa0\xc2\xa0\xc2\xa0\xc2\xa0\xc2\xa0\xc2\xa0\xc2\xa0\xc2\xa0" . 9)
("World!" . 6)))
))
)