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