# [./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
hello
world !
```
## Hamlit (Error)
```html
undefined method `preserve' for #
```