Closed
Description
Hi, I noticed a strange difference in how haml treats attributes after upgrading from 5.2.2 to 6.0.7.
For example, this line:
%tagname{"data" => {"required" => "true"}, "data-required"=>nil} Contents
Will produce different results.
5.2.2:
<tagname>Contents</tagname>
6.0.7:
<tagname data-required="true">Contents</tagname>
I didn't find anything about that change in the changelog. Is it expected behavior?
Metadata
Metadata
Assignees
Labels
No labels