Fix sgr-block tests with non-breaking spaces.
This commit is contained in:
parent
4427315466
commit
370b7ea3bf
1 changed files with 3 additions and 1 deletions
|
@ -524,7 +524,9 @@
|
||||||
(sgr-line-expand
|
(sgr-line-expand
|
||||||
'(("Hello" . 5) ("\t" . 1) ("World!" . 6))
|
'(("Hello" . 5) ("\t" . 1) ("World!" . 6))
|
||||||
20)
|
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)))
|
||||||
))
|
))
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue