Sha256: 85f7246d4b14d22c4df59662b5cd0355fbadef32a2ea4d224a91e9fc73ec839c
Contents?: true
Size: 324 Bytes
Versions: 6
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:0x000000047293c8> ```
Version data entries
6 entries across 6 versions & 1 rubygems