# [./spec/render/helpers_spec.rb:4](../../../spec/render/helpers_spec.rb#L4) ## Input ```haml %span!= preserve "hello\nworld !" ``` ## Faml, Haml ```html hello world ! ``` ## Hamlit (Error) ```html undefined method `preserve' for # ```