Sha256: 121ebbcc6a7726d56fae4ccfdcab6baa9d65735bb19f7b1fa912a2e12bb3cc96
Contents?: true
Size: 324 Bytes
Versions: 5
Compression:
Stored size: 324 Bytes
Contents
# [./spec/render/helpers_spec.rb:5](../../../spec/render/helpers_spec.rb#L5) ## Input (with options={:extend_helpers=>true}) ```haml %span!= preserve "hello\nworld !" ``` ## Faml, Haml ```html <span>hello
world !</span> ``` ## Hamlit (Error) ```html undefined method `preserve' for #<Object:0x00000003f80248> ```
Version data entries
5 entries across 5 versions & 1 rubygems