We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b039d35 commit 8ec16f9Copy full SHA for 8ec16f9
scripts/dev/bless_tests.php
@@ -75,6 +75,7 @@ function normalizeOutput(string $out): string {
75
// Inside of strings, replace absolute paths that have been truncated with
76
// any string. These tend to contain homedirs with usernames, not good.
77
$out = preg_replace("/'\\/.*\.\\.\\.'/", "'%s'", $out);
78
+ $out = preg_replace("/'file:\/\\/.*\.\\.\\.'/", "'%s'", $out);
79
$out = str_replace("\0", '%0', $out);
80
return $out;
81
}
0 commit comments