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
For some reason, the added space seems to prevent the parser from treating {true} as a boolean condition: it seems to be treated as a normal string in the second case, but I couldn't figure out why.
v1.2.0 made it possible to add a linebreak after the choice label, but that seems to break choice conditions (I think).
Current Output
outputs
Expected Output
I think it should be
i.e. the same as if I'd written
NB. Linebreaks seem to work between conditions, so
gives the expected output above. I guess that's kind of a workaround, but it would be nice if that wasn't necessary.
The text was updated successfully, but these errors were encountered: