]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/strict/strict-tests.factor
more test IN: cleanup.
[factor.git] / basis / io / encodings / strict / strict-tests.factor
1 USING: io.encodings.strict io.encodings.ascii tools.test
2 arrays io.encodings.string ;
3
4 { { 0xfffd } } [ { 128 } ascii decode >array ] unit-test
5 [ { 128 } ascii strict decode ] must-fail