From 9cb03603a51252708a0f43992ce9d40e38e88a55 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 3 Dec 2012 12:47:51 +0800 Subject: add test cases for pinyin_mask_out --- tests/test_chewing.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/test_chewing.cpp') diff --git a/tests/test_chewing.cpp b/tests/test_chewing.cpp index 5f1b000..f74cf02 100644 --- a/tests/test_chewing.cpp +++ b/tests/test_chewing.cpp @@ -57,7 +57,11 @@ int main(int argc, char * argv[]){ } pinyin_free_instance(instance); + + pinyin_mask_out(context, 0x0, 0x0); + pinyin_save(context); pinyin_fini(context); + free(linebuf); return 0; } -- cgit