mirror of
https://github.com/google/pebble.git
synced 2025-11-19 14:00:59 -05:00
spelling: empty
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -197,7 +197,7 @@ void test_utf8_iterator__each_codepoint_invalid(void) {
|
|||||||
cl_assert_equal_i(s_each_count, 0);
|
cl_assert_equal_i(s_each_count, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_utf8_iterator__each_codepoint_emptry_string(void) {
|
void test_utf8_iterator__each_codepoint_empty_string(void) {
|
||||||
void *context = (void *)(uintptr_t)0x42;
|
void *context = (void *)(uintptr_t)0x42;
|
||||||
const char *str = "";
|
const char *str = "";
|
||||||
s_each_count = 0;
|
s_each_count = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user