projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47fa763
)
No sure why this is failed in travis
author
Xinchen Hui
<laruence@gmail.com>
Tue, 31 May 2016 09:22:47 +0000
(17:22 +0800)
committer
Xinchen Hui
<laruence@gmail.com>
Tue, 31 May 2016 09:22:47 +0000
(17:22 +0800)
ext/pgsql/tests/15pg_delete.phpt
patch
|
blob
|
history
diff --git
a/ext/pgsql/tests/15pg_delete.phpt
b/ext/pgsql/tests/15pg_delete.phpt
index 86e8ac2cd65788ba73c6caabf06fdff78388993d..3b9f7d803c0bcf4aef87b024bc17e674600d86e5 100644
(file)
--- a/
ext/pgsql/tests/15pg_delete.phpt
+++ b/
ext/pgsql/tests/15pg_delete.phpt
@@
-23,5
+23,5
@@
else {
?>
--EXPECT--
DELETE FROM "php_pgsql_test" WHERE "num"=1234;
-DELETE FROM "php_pgsql_test" WHERE "num='1234';
+DELETE FROM "php_pgsql_test" WHERE "num
"
='1234';
Ok