Skip to content

Commit

Permalink
fix: Fix and add tests (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
New9c committed Mar 6, 2025
1 parent 7d5a308 commit f58a851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/test-bopomofo.c
Original file line number Diff line number Diff line change
Expand Up @@ -2323,6 +2323,7 @@ void test_KB()
test_KB_DACHEN_CP26();
test_KB_DVORAK();
test_KB_DVORAK_HSU();
test_KB_COLEMAK();
test_KB_COLEMAK_DH_ANSI();
test_KB_COLEMAK_DH_ORTH();

Expand Down
2 changes: 1 addition & 1 deletion tests/test-keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ static const char *const KEYBOARD_STRING[] = {
"KB_THL_PINYIN",
"KB_MPS2_PINYIN",
"KB_CARPALX",
"KB_COLEMAK",
"KB_COLEMAK_DH_ANSI",
"KB_COLEMAK_DH_ORTH",
"KB_WORKMAN"
"KB_COLEMAK",
};

static const int KEYBOARD_DEFAULT_TYPE = 0;
Expand Down

0 comments on commit f58a851

Please sign in to comment.