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 had the improve the attribute parser in Haml Coffe, so that valid keys identifiers (like length: 3) within parenthesis are kept in the attribute value. You're code snippets are now part of the spec suite. Thanks for reporting.
The following should be valid haml/coffeescript, but causes an
unmatched OUTDENT
error:However, it only breaks in the context of haml. This compiles without error:
These other syntaxes don't work:
The only syntaxes that work require the key to be quoted, and separated from the colon by a space. Curly braces are optional:
The text was updated successfully, but these errors were encountered: