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
The problem was that the nested parenthesis in the function call was not detected. This is fixed in both Haml Coffee and Haml Coffee Assets 1.8.2. Thanks for reporting!
I'm hitting a parsing error (
ExecJS::RuntimeError: SyntaxError: unmatched OUTDENT on line X
) with templates like the following:The following cases all seem to fail as well:
Regular evaluation works fine, outside the context of an
%input{ value: }
:As do hard-coded values in the nested object:
Not sure if that's clear or not, it's a bit confusing.
Best regards,
Nicholas
The text was updated successfully, but these errors were encountered: