Skip to content

Commit

Permalink
test: add test for simple engine symbol input
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Jul 15, 2024
1 parent 8e4c7e3 commit 8c59342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-bopomofo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1395,8 +1395,8 @@ void test_FuzzySearchMode_Hanyu()
void test_SimpleEngine()
{
const TestData SIMPLE_INPUT[] = {
{"ru0320 5j4up ai6g4<E>", "簡單住因模市" },
{"ru0320 5j4<D>4up <D>2ai6g4<D><D>2<E>", "簡單注音模式" },
{"ru0320 5j4up ai6g4!<E>", "簡單住因模市" },
{"ru0320 5j4<D>4up <D>2ai6g4<D><D>2!<E>", "簡單注音模式" },
};
size_t i;
ChewingContext *ctx;
Expand Down

0 comments on commit 8c59342

Please sign in to comment.