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 df4e2dd commit e9b1e35Copy full SHA for e9b1e35
scripts/dev/bless_tests.php
@@ -77,6 +77,7 @@ function normalizeOutput(string $out): string {
77
// Inside of strings, replace absolute paths that have been truncated with
78
// any string. These tend to contain homedirs with usernames, not good.
79
$out = preg_replace("/'\\/.*\.\\.\\.'/", "'%s'", $out);
80
+ $out = preg_replace("/'file:\/\\/.*\.\\.\\.'/", "'%s'", $out);
81
$out = str_replace("\0", '%0', $out);
82
return $out;
83
}
0 commit comments