]> gitweb.factorcode.org Git - factor.git/blob - extra/pcre/ffi/ffi-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / extra / pcre / ffi / ffi-tests.factor
1 USING: pcre.ffi sequences splitting tools.test ;
2 IN: pcre.ffi.tests
3
4 [ 2 ] [ pcre_version " " split length ] unit-test