Skip to content

Commit 115a918

Browse files
iluuu1994bukka
authored andcommitted
Fix varying pgsql error message
1 parent 3377d4f commit 115a918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: ext/pdo_pgsql/tests/pdopgsql_003.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ try {
2727
echo $e->getMessage() . "\n";
2828
}
2929

30-
--EXPECT--
30+
--EXPECTF--
3131
"This is a quote"""
32-
SQLSTATE[HY000]: General error: 7 incomplete multibyte character
32+
SQLSTATE[HY000]: General error: 7 %r(incomplete|invalid)%r multibyte character

0 commit comments

Comments
 (0)