mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
make test ignore slashes
This commit is contained in:
committed by
Ryan Fleury
parent
f3c631973b
commit
2102239b81
@@ -5022,7 +5022,7 @@ TEST(debug_p_sig_mismatch)
|
|||||||
String8 output = g_errors;
|
String8 output = g_errors;
|
||||||
while (output.size) {
|
while (output.size) {
|
||||||
String8 line = t_chop_line(&output);
|
String8 line = t_chop_line(&output);
|
||||||
found_error = str8_match(line, expected_line, StringMatchFlag_CaseInsensitive);
|
found_error = str8_match(line, expected_line, StringMatchFlag_CaseInsensitive|StringMatchFlag_SlashInsensitive);
|
||||||
if (found_error) { break; }
|
if (found_error) { break; }
|
||||||
}
|
}
|
||||||
T_Ok(found_error);
|
T_Ok(found_error);
|
||||||
|
|||||||
Reference in New Issue
Block a user