mirror of
https://github.com/php-win-ext/php-lua.git
synced 2026-03-24 00:52:12 +01:00
fix test for 5.1, error string have changed
This commit is contained in:
@@ -18,4 +18,4 @@ try {
|
||||
--EXPECTF--
|
||||
12
|
||||
-0.53657291800043
|
||||
[string "line"]:1: syntax error near 'code'
|
||||
[string "line"]:1: %s near 'code'
|
||||
|
||||
@@ -32,7 +32,7 @@ Testing fine
|
||||
Hello PHP
|
||||
Testing broken
|
||||
|
||||
%s:%d: syntax error near 'fdrg'
|
||||
%s:%d: %s near 'fdrg'
|
||||
Testing return
|
||||
Array
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user