Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic aria attributes are rendered incorrectly in v6.2.0 #1149

Closed
k0kubun opened this issue Oct 4, 2023 · 0 comments
Closed

Dynamic aria attributes are rendered incorrectly in v6.2.0 #1149

k0kubun opened this issue Oct 4, 2023 · 0 comments

Comments

@k0kubun
Copy link
Member

k0kubun commented Oct 4, 2023

#1146 (comment)

$ irb -rhaml
irb(main)[01:1]" Haml::Template.new { <<~EOS }.render
irb(main)[02:1]"   - hash = { aria: { label: 'foo' } }
irb(main)[03:1]"   %div{ hash }
irb(main)[04:0]> EOS
=> "<div aria='{:label=&gt;&quot;foo&quot;}'></div>\n"
@k0kubun k0kubun closed this as completed in 5e1caf4 Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant