lifthrasiir / rust-encoding

Character encoding support for Rust
MIT License
284 stars 59 forks source link

There is no tests for rust-encoding. #94

Closed lygstate closed 8 years ago

SimonSapin commented 8 years ago

There is:

$ git grep -c test
.travis.yml:1
Makefile:9
src/codec/ascii.rs:20
src/codec/error.rs:6
src/codec/japanese.rs:109
src/codec/korean.rs:28
src/codec/simpchinese.rs:59
src/codec/singlebyte.rs:4
src/codec/tradchinese.rs:24
src/codec/utf_16.rs:30
src/codec/utf_8.rs:107
src/examples/UTF-8-test.txt:12
src/examples/outer-space-treaty.html:2
src/index/gen_index.py:7
src/index/japanese/Cargo.toml:2
src/index/japanese/jis0208.rs:2
src/index/japanese/jis0212.rs:2
src/index/japanese/lib.rs:3
src/index/korean/Cargo.toml:2
src/index/korean/euc_kr.rs:2
src/index/korean/lib.rs:3
src/index/simpchinese/Cargo.toml:2
src/index/simpchinese/gb18030.rs:2
src/index/simpchinese/gb18030_ranges.rs:2
src/index/simpchinese/lib.rs:3
src/index/singlebyte/Cargo.toml:2
src/index/singlebyte/ibm866.rs:2
src/index/singlebyte/iso_8859_10.rs:2
src/index/singlebyte/iso_8859_13.rs:2
src/index/singlebyte/iso_8859_14.rs:2
src/index/singlebyte/iso_8859_15.rs:2
src/index/singlebyte/iso_8859_16.rs:2
src/index/singlebyte/iso_8859_2.rs:2
src/index/singlebyte/iso_8859_3.rs:2
src/index/singlebyte/iso_8859_4.rs:2
src/index/singlebyte/iso_8859_5.rs:2
src/index/singlebyte/iso_8859_6.rs:2
src/index/singlebyte/iso_8859_7.rs:2
src/index/singlebyte/iso_8859_8.rs:2
src/index/singlebyte/koi8_r.rs:2
src/index/singlebyte/koi8_u.rs:2
src/index/singlebyte/lib.rs:3
src/index/singlebyte/macintosh.rs:2
src/index/singlebyte/windows_1250.rs:2
src/index/singlebyte/windows_1251.rs:2
src/index/singlebyte/windows_1252.rs:2
src/index/singlebyte/windows_1253.rs:2
src/index/singlebyte/windows_1254.rs:2
src/index/singlebyte/windows_1255.rs:2
src/index/singlebyte/windows_1256.rs:2
src/index/singlebyte/windows_1257.rs:2
src/index/singlebyte/windows_1258.rs:2
src/index/singlebyte/windows_874.rs:2
src/index/singlebyte/x_mac_cyrillic.rs:2
src/index/tests/Cargo.toml:4
src/index/tests/index_tests.rs:44
src/index/tradchinese/Cargo.toml:2
src/index/tradchinese/big5.rs:2
src/index/tradchinese/lib.rs:3
src/label.rs:7
src/lib.rs:14
src/testutils.rs:10
src/types.rs:8