]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/strict/strict-tests.factor
aebb58cc30175b76ef19564add0fa360870688a0
[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 IN: io.encodings.strict.test
4
5 [ { HEX: fffd } ] [ { 128 } ascii decode >array ] unit-test
6 [ { 128 } ascii strict decode ] must-fail