You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CHECK_MESSAGE(test.fail_index == failed_on_index, "In interface ", ts->get_name() + ": In test case ", j, ", the character at index ", failed_on_index, " should have been a letter.");
724
+
} else {
725
+
CHECK_MESSAGE(test.fail_index == failed_on_index, "In interface ", ts->get_name() + ": In test case ", j, ", expected first non-letter at index ", test.fail_index, ", but found at index ", failed_on_index);
726
+
}
727
+
}
728
+
}
729
+
}
730
+
640
731
SUBCASE("[TextServer] Strip Diacritics") {
641
732
for (int i = 0; i < TextServerManager::get_singleton()->get_interface_count(); i++) {
0 commit comments