mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Tests: Report what the fuzzy configuration parsing error was
This commit is contained in:
parent
9889710033
commit
90b49b9015
|
|
@ -455,7 +455,7 @@ static void run_ref_test(TestWebView& view, Test& test, URL::URL const& url, int
|
|||
auto content = fuzzy_configuration.get_string("content"sv).release_value();
|
||||
auto fuzzy_match_or_error = parse_fuzzy_match(reference_url, content);
|
||||
if (fuzzy_match_or_error.is_error()) {
|
||||
warnln("Failed to parse fuzzy configuration '{}' (reference: {})", content, reference_url);
|
||||
warnln("Failed to parse fuzzy configuration '{}' (reference: {}): {}", content, reference_url, fuzzy_match_or_error.error());
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user