Skip to content

Commit 2cfd23a

Browse files
authored
Update modules/rostests/apitests/crt/_mbsncat.c
1 parent 0504f5c commit 2cfd23a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/rostests/apitests/crt/_mbsncat.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ VOID mbsncat_PerformTests(_In_ LPSTR fname, _In_opt_ PFN__mbsncat func)
143143
ok(!memcmp(dest, "dinosaurduck", sizeof("dinosaurduck")),
144144
"Expected the output buffer string to be \"dinosaurduck\", got '%s'\n", dest);
145145

146-
/* TODO: Add some distinguishing tests (_mbsncat vs. _mbsnbcat) for copying chars */
146+
/* TODO: Add some distinguishing tests (_mbsncat vs. _mbsnbcat) for concatenating chars vs. bytes,
147+
* should probably be done with actual multibyte-character strings. */
147148
}
148149

149150
START_TEST(_mbsncat)

0 commit comments

Comments
 (0)