modern-tests: Add some unit tests.
parent
317c74193d
commit
2d77edf9a2
|
@ -0,0 +1,20 @@
|
||||||
|
! Copyright (C) 2017 Doug Coleman.
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
|
USING: modern modern.slices tools.test ;
|
||||||
|
IN: modern.tests
|
||||||
|
|
||||||
|
{
|
||||||
|
{ { "!" "" } }
|
||||||
|
} [ "!" string>literals >strings ] unit-test
|
||||||
|
|
||||||
|
{
|
||||||
|
{ { "!" " lol" } }
|
||||||
|
} [ "! lol" string>literals >strings ] unit-test
|
||||||
|
|
||||||
|
{
|
||||||
|
{ "lol!" }
|
||||||
|
} [ "lol!" string>literals >strings ] unit-test
|
||||||
|
|
||||||
|
{
|
||||||
|
{ { "!" "lol" } }
|
||||||
|
} [ "!lol" string>literals >strings ] unit-test
|
Loading…
Reference in New Issue