io.encodings.detect: fill in USING: list for tests

db4
Joe Groff 2010-06-10 16:39:48 -07:00
parent 4997489980
commit 7825cb6d10
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
! (c)2010 Joe Groff bsd license
USING: byte-arrays.hex io.encodings.8-bit.koi8-r io.encodings.detect tools.test ;
USING: byte-arrays byte-arrays.hex io.encodings.8-bit.koi8-r
io.encodings.8-bit.latin1 io.encodings.binary
io.encodings.detect io.encodings.utf16 io.encodings.utf32
io.encodings.utf8 namespaces tools.test ;
IN: io.encodings.detect.tests
! UTF encodings with BOMs