Thanks for the bug report. I've pushed a fix to master and stable.

On Fri, Jan 29, 2010 at 6:16 PM, Brandon Mathis <[email protected]> wrote:

> I believe I've found a bug (using haml 2.2.17) where the following
> throws errors:
>
> %a(href="#" rel="top") Top
> %a(href="#") #...@whatever}
>
> However these work fine:
>
> %a(href="#")
>  #...@whatever}
>
> %a(href="#") Top
>
>
> It seems that adding a second attribute after href="#" or using
> interpolation on the same line as href="#" cause the following error:
>
> "Invalid attribute list: "(href=\"#\" rel=\"top\")"."
>
> If I use hash-style attributes it works just fine.
>
> - Brandon Mathis
>
> --
> You received this message because you are subscribed to the Google Groups
> "Haml" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected] <haml%[email protected]>.
> For more options, visit this group at
> http://groups.google.com/group/haml?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to