Run all new tests.
This commit is contained in:
parent
45252d7fc4
commit
874750e483
1 changed files with 6 additions and 0 deletions
|
@ -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))
|
||||
|
||||
))
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue