mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 10:55:33 +00:00
chore(developer): correct comments in GetXStringImpl_type4 test
This commit is contained in:
parent
49d279ee21
commit
ba4cb94bd5
1 changed files with 2 additions and 2 deletions
|
|
@ -420,11 +420,11 @@ TEST_F(CompilerTest, GetXStringImpl_type4_test) {
|
|||
KMX_WCHAR output[GLOBAL_BUFSIZE];
|
||||
PKMX_WCHAR newp = NULL;
|
||||
|
||||
// type=3 ('A'), CERR_InvalidToken
|
||||
// type=3 ('B'), beep, CERR_InvalidToken
|
||||
u16cpy(str, u"bcd");
|
||||
EXPECT_EQ(CERR_InvalidToken, GetXStringImpl(tstr, &fk, str, u"", output, 80, 0, &newp, FALSE));
|
||||
|
||||
// type=4 ('B'), CERR_BeepInVirtualKeySection *** TODO ***
|
||||
// type=4 ('B'), beep, CERR_BeepInVirtualKeySection *** TODO ***
|
||||
|
||||
// type=4 ('B'), beep, valid
|
||||
u16cpy(str, u"beep");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue