0
0
mirror of https://github.com/phpv8/v8js.git synced 2025-01-03 16:51:52 +00:00

Adapt test to changed v8 error message

Added a "%s" so both messages are matched:

 * Extension or internal compilation error: MakeReferenceError in handlebars at line 1.
 * Extension or internal compilation error in handlebars at line 1.
This commit is contained in:
Stefan Siegl 2015-07-25 16:01:54 +02:00
parent e67f1f4c9c
commit 81018372e4

View File

@ -17,7 +17,7 @@ var_dump($v8);
-- registerExtension -- -- registerExtension --
-- creating V8Js object -- -- creating V8Js object --
Exception thrown during bootstrapping Exception thrown during bootstrapping
Extension or internal compilation error in handlebars at line 1. Extension or internal compilation error%sin handlebars at line 1.
Error installing extension 'handlebars'. Error installing extension 'handlebars'.
Warning: V8Js::__construct(): Failed to create V8 context. Check that registered extensions do not have errors. in %s on line %d Warning: V8Js::__construct(): Failed to create V8 context. Check that registered extensions do not have errors. in %s on line %d