Skip to content

Commit

Permalink
Merge pull request #318 from Billy4195/test_autolearn
Browse files Browse the repository at this point in the history
Add default config test for autoLearn option
  • Loading branch information
kanru authored Dec 31, 2023
2 parents 2ffde72 + 09a0747 commit 028f45c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test-config.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ END_IGNORE_DEPRECATIONS

ok(chewing_get_phraseChoiceRearward(ctx) == 0, "default phraseChoiceRearward shall be 0");

ok(chewing_get_autoLearn(ctx) == 0, "default autoLearn shall be 0");

ok(chewing_get_ChiEngMode(ctx) == CHINESE_MODE, "default ChiEngMode shall be CHINESE_MODE");

ok(chewing_get_ShapeMode(ctx) == HALFSHAPE_MODE, "default ShapeMode shall be HALFSHAPE_MODE");
Expand Down

0 comments on commit 028f45c

Please sign in to comment.