]> gitweb.factorcode.org Git - factor.git/blob - basis/unicode/script/script-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[factor.git] / basis / unicode / script / script-tests.factor
1 USING: unicode.script tools.test ;
2
3 { "Latin" } [ CHAR: a script-of ] unit-test
4 { "Common" } [ 0 script-of ] unit-test