0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-11-08 10:18:41 +00:00

Relax EXPECTF, some V8 versions fail to provide the error location

This commit is contained in:
Stefan Siegl 2016-01-08 00:00:12 +01:00
parent c500d0c21e
commit a4b4934361

View File

@ -26,7 +26,7 @@ foreach($gen as $a) {
--EXPECTF--
int(23)
Fatal error: Uncaught V8JsScriptException: V8Js::compileString():3: Error: blar in %s
Fatal error: Uncaught V8JsScriptException: %s Error: blar in %s
Stack trace:
#0 %s: V8Generator->next()
#1 {main}