You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I found some constructions where the parsing / tokenizing stuff does not work properly and throws an MalformedFunctionException.
Some\Class:
fullName: '<nl_NL:lastName()> test <nl_NL:firstName()>'
The exception:
[Nelmio\Alice\Throwable\Exception\FixtureBuilder\ExpressionLanguage\MalformedFunctionException]
The value ")>)> test <aliceTokenizedFunction(<nl_NL:firstName(" contains an unclosed function.
[Nelmio\Alice\Throwable\Exception\FixtureBuilder\ExpressionLanguage\MalformedFunctionException]
The value "somestring <current()> <nl_NL:firstName()>" contains an unclosed function.
Hi,
I found some constructions where the parsing / tokenizing stuff does not work properly and throws an MalformedFunctionException.
The exception:
[Nelmio\Alice\Throwable\Exception\FixtureBuilder\ExpressionLanguage\MalformedFunctionException]
The value ")>)> test <aliceTokenizedFunction(<nl_NL:firstName(" contains an unclosed function.
Also broken:
[Nelmio\Alice\Throwable\Exception\FixtureBuilder\ExpressionLanguage\MalformedFunctionException]
The value "somestring <current()> <nl_NL:firstName()>" contains an unclosed function.
This does work:
And this does also work:
And this does also work:
The text was updated successfully, but these errors were encountered: