Skip to content

Commit 4a698bf

Browse files
committed
Missed one of the utf8 strings
1 parent 5d11f33 commit 4a698bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/embedded_cli_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ static void test_utf8(void)
312312
TEST_ASSERT(strcmp(argv[1], "ñ") == 0);
313313
TEST_ASSERT(strcmp(argv[2], "ü") == 0);
314314
TEST_ASSERT(strcmp(argv[3], "中文") == 0);
315+
TEST_ASSERT(strcmp(argv[4], "text") == 0);
315316
}
316317

317318
TEST_LIST = {

0 commit comments

Comments
 (0)