Skip to content

Commit d15431e

Browse files
committed
Fix strtr usage
1 parent f25cc7c commit d15431e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3335,7 +3335,7 @@ function show_result(
33353335
"\r" => '%0D',
33363336
"\n" => '%0A',
33373337
":" => '%3A',
3338-
",", '%2C',
3338+
"," => '%2C',
33393339
]);
33403340
$message = strtr($message, [
33413341
"%" => '%25',

0 commit comments

Comments
 (0)