erazor
erazor copied to clipboard
TestSimpleMacro and TestMacro tests fail
Running tests on PHP target causes exceptions:
erazor.TestSimpleMacro test_Block_with_enum_match: ERROR E call_user_func_array() expects parameter 1 to be a valid callback, no array or string given (errno: 2) in /home/dev/workspace-haxe/erazor/bin/TestAll/lib/erazor/macro/Template.class.php at line #5 (...)
It seems dynamic function 'escape' in erazor.macro.Template is never initialized.
Am I the only one seeing these issues (there're more failed tests on other targets)?