mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-05 04:44:12 +03:00
test: update string tests to reflect new string.words behavior
This commit is contained in:
parent
113aa1d96a
commit
2f949fea5f
@ -179,7 +179,7 @@
|
|||||||
"collapse-whitespace works as expected")
|
"collapse-whitespace works as expected")
|
||||||
(assert-equal test
|
(assert-equal test
|
||||||
&[@"erik" @"sved" @"hej" @"foo"]
|
&[@"erik" @"sved" @"hej" @"foo"]
|
||||||
&(words "erik sved hej\tfoo")
|
&(words "erik sved\nhej\tfoo")
|
||||||
"words works correctly")
|
"words works correctly")
|
||||||
(assert-equal test
|
(assert-equal test
|
||||||
&[@"erik" @"sved" @"hej" @"foo"]
|
&[@"erik" @"sved" @"hej" @"foo"]
|
||||||
|
Loading…
Reference in New Issue
Block a user