Sha256: 2a22f021e89ed81acdc495f5025eaf2c80c1fcc976ba563b1fe2db1b63e53d3a
Contents?: true
Size: 324 Bytes
Versions: 1
Compression:
Stored size: 324 Bytes
Contents
# [./spec/render/helpers_spec.rb:4](../../../spec/render/helpers_spec.rb#L4) ## 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:0x00000002ca2b08> ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
faml-0.6.0 | incompatibilities/spec/render/helpers_spec.md |