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&#x000A;world !</span>

```

## Hamlit (Error)
```html
undefined method `preserve' for #<Object:0x000000047293c8>
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
faml-0.7.0 incompatibilities/spec/render/helpers_spec.md
faml-0.6.5 incompatibilities/spec/render/helpers_spec.md
faml-0.6.4 incompatibilities/spec/render/helpers_spec.md
faml-0.6.3 incompatibilities/spec/render/helpers_spec.md
faml-0.6.2 incompatibilities/spec/render/helpers_spec.md
faml-0.6.1 incompatibilities/spec/render/helpers_spec.md