diff options
author | Peng Wu <alexepico@gmail.com> | 2011-11-29 15:36:55 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-11-29 15:36:55 +0800 |
commit | 15cb3e9a981848bd1ad14a09067c102196c743db (patch) | |
tree | 0176dbb159c272ebd4910e76c49533700f025d87 /tests | |
parent | eb8fdda2965ca382a9b41d8cac65ee16e16ee6e6 (diff) | |
download | libpinyin-15cb3e9a981848bd1ad14a09067c102196c743db.tar.gz libpinyin-15cb3e9a981848bd1ad14a09067c102196c743db.tar.xz libpinyin-15cb3e9a981848bd1ad14a09067c102196c743db.zip |
update test_parser2.cpp
Diffstat (limited to 'tests')
-rw-r--r-- | tests/storage/test_parser2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_parser2.cpp b/tests/storage/test_parser2.cpp index 464e557..2ba2511 100644 --- a/tests/storage/test_parser2.cpp +++ b/tests/storage/test_parser2.cpp @@ -53,7 +53,7 @@ int main(int argc, char * argv[]) { ChewingKeyVector keys = g_array_new(FALSE, FALSE, sizeof(ChewingKey)); ChewingKeyRestVector key_rests = g_array_new(FALSE, FALSE, sizeof(ChewingKeyRest)); - pinyin_option_t options = PINYIN_CORRECT_ALL; + pinyin_option_t options = PINYIN_CORRECT_ALL | USE_RESPLIT_TABLE; int i = 1; while(i < argc) { |