Sha256: 3c5cfdcdd4162bd407f9714626b4d8d6226288c7e604c2352229a5f5ee13d41b
Contents?: true
Size: 322 Bytes
Versions: 10
Compression:
Stored size: 322 Bytes
Contents
--HAML-- %html(foo="bar" bar="baz") %html(foo="trailing space =>" bar="baz") --EXPECT-- root( tag(html attr(text(foo)interpolated(text(bar))) attr(text(bar)interpolated(text(baz))) ) tag(html attr(text(foo)interpolated(text(trailing space =>))) attr(text(bar)interpolated(text(baz))) ) )
Version data entries
10 entries across 10 versions & 1 rubygems