]> gitweb.factorcode.org Git - factor.git/blob - extra/pcre/ffi/ffi-tests.factor
75b9c3b6305dc0e76b12f0d200883e9288609750
[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