diff options
author | Peng Wu <alexepico@gmail.com> | 2011-09-26 12:56:47 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-09-26 12:56:47 +0800 |
commit | 0258a5e5058f9ce22e0428e66f5fd33eb64f3e24 (patch) | |
tree | 75e3b4cf3b8e48215a0ebd6c3402d7059dd2769b /tests | |
parent | 48fa6408f09833129bf56e33bdb3aa949ca213aa (diff) | |
download | libpinyin-0258a5e5058f9ce22e0428e66f5fd33eb64f3e24.tar.gz libpinyin-0258a5e5058f9ce22e0428e66f5fd33eb64f3e24.tar.xz libpinyin-0258a5e5058f9ce22e0428e66f5fd33eb64f3e24.zip |
add more checks
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_pinyin.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_pinyin.cpp b/tests/test_pinyin.cpp index 5fe97ee..920c324 100644 --- a/tests/test_pinyin.cpp +++ b/tests/test_pinyin.cpp @@ -41,10 +41,6 @@ int main(int argc, char * argv[]){ break; } - if (linebuf[0] == '\0') { - continue; - } - pinyin_parse_more_full_pinyins(instance, linebuf); pinyin_guess_sentence(instance); |