Sha256: b6c68dbb045ffbe143395f89b4f8c6a18b55f6023fa5b5fc8b00ed979e27d722
Contents?: true
Size: 353 Bytes
Versions: 10
Compression:
Stored size: 353 Bytes
Contents
--HAML-- %html(foo="bar" #{test} bar="baz") %html{:foo=>"bar", #{test}, :bar=>"baz"} --EXPECT-- root( tag(html attr(text(foo)interpolated(text(bar))) attr(insert(test)) attr(text(bar)interpolated(text(baz))) ) tag(html attr(text(foo)interpolated(text(bar))) attr(insert(test)) attr(text(bar)interpolated(text(baz))) ) )
Version data entries
10 entries across 10 versions & 1 rubygems