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