Sha256: c5383295ae6fc1502d512ef727e00dfab15f741e8a274f090f3146323acb58ba
Contents?: true
Size: 216 Bytes
Versions: 11
Compression:
Stored size: 216 Bytes
Contents
# [./spec/render/plain_spec.rb:9](../../../spec/render/plain_spec.rb#L9) ## Input ```haml %span foo\\#{1 + 2}bar ``` ## Faml, Haml ```html <span>foo\3bar</span> ``` ## Hamlit ```html <span>foo\\3bar</span> ```
Version data entries
11 entries across 11 versions & 1 rubygems