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
I created the following fixture: created: '<strval(<dateTimeBetween("-1 days", "now")>)>' and got an error:
The value "\<dateTimeBetween(__ARG_TOKEN__ab6e5fc745de24f87a45df883b03c187" contains an unclosed function.
I think the problem is in vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php
when we parce strval function I catch arguments: <dateTimeBetween(__ARG_TOKEN__ab6e5fc745de24f87a45df883b03c187
and __ARG_TOKEN__97bc592b27a9ada2d9a4bb418ed0ebed)>
I think the reason is parseArguments method doesn't expect that divider can be used for the arguments of included function.
The text was updated successfully, but these errors were encountered:
I created the following fixture:
created: '<strval(<dateTimeBetween("-1 days", "now")>)>'
and got an error:I think the problem is in
vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php
when we parce
strval
function I catch arguments:<dateTimeBetween(__ARG_TOKEN__ab6e5fc745de24f87a45df883b03c187
and
__ARG_TOKEN__97bc592b27a9ada2d9a4bb418ed0ebed)>
I think the reason is
parseArguments
method doesn't expect that divider can be used for the arguments of included function.The text was updated successfully, but these errors were encountered: