mirror of
https://github.com/phpv8/v8js.git
synced 2025-01-05 14:01:53 +00:00
Merge pull request #209 from stesie/fix-tests-v8-5.1
Adapt test expectations to V8 error message changes
This commit is contained in:
commit
9fd25e6fff
@ -20,5 +20,5 @@ Deprecated: Function V8Js::checkString() is deprecated in %s on line %d
|
|||||||
bool(true)
|
bool(true)
|
||||||
|
|
||||||
Deprecated: Function V8Js::checkString() is deprecated in %s on line %d
|
Deprecated: Function V8Js::checkString() is deprecated in %s on line %d
|
||||||
string(60) "V8Js::checkString():1: SyntaxError: Unexpected token ILLEGAL"
|
string(%d) "V8Js::checkString():1: SyntaxError: %s"
|
||||||
===EOF===
|
===EOF===
|
||||||
|
@ -17,5 +17,5 @@ try {
|
|||||||
===EOF===
|
===EOF===
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
resource(%d) of type (V8Js script)
|
resource(%d) of type (V8Js script)
|
||||||
string(62) "V8Js::compileString():1: SyntaxError: Unexpected token ILLEGAL"
|
string(%d) "V8Js::compileString():1: SyntaxError: %s"
|
||||||
===EOF===
|
===EOF===
|
||||||
|
Loading…
Reference in New Issue
Block a user