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 would expect this to be true. A workaround is to assign the string to a variable before with the f:variable-ViewHelper and then use the new created variable for comparison.
The text was updated successfully, but these errors were encountered:
The following test case currently is not possible as the boolean parser either accepts strings OR variables but not both.
['\'{foo}\' == \'{bar}\'', true, ['foo' => 'a', 'bar' => 'a']],
I would expect this to be true. A workaround is to assign the string to a variable before with the
f:variable
-ViewHelper and then use the new created variable for comparison.The text was updated successfully, but these errors were encountered: