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
[Nelmio\Alice\Throwable\Exception\FixtureBuilder\ExpressionLanguage\MalformedFunctionException]
The value "<(implode(__ARG_TOKEN__7215ee9c7d9dc229d2921a40e899ec5f" contains an unclosed function.
Version : v3.1.2
The text was updated successfully, but these errors were encountered:
My first try was using native function ucfirst() with Faker words() function and native rand(), like <ucfirst(words(rand(1, 3)))> but I couldn't manage to do it.
I've had a quick look but didn't find a satisfying solution. I'll close however as to me it's part of #601. The current in-house system is to have something somewhat working, but switching to a proper lexer/parser like HoaCompiler with a defined grammar is the way to go to avoid those issues.
Hello, if I use this example :
I got this error :
Version : v3.1.2
The text was updated successfully, but these errors were encountered: