Sha256: 92ff1254bad6f44c5a52a1aca87ed0060695b186b85d6a9e03199fac102780d0

Contents?: true

Size: 285 Bytes

Versions: 13

Compression:

Stored size: 285 Bytes

Contents

# [./spec/render/helpers_spec.rb:4](../../../spec/render/helpers_spec.rb#L4)
## Input
```haml
%span!= preserve "hello\nworld !"
```

## Faml, Haml
```html
<span>hello&#x000A;world !</span>

```

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
faml-0.5.1 incompatibilities/spec/render/helpers_spec.md
faml-0.5.0 incompatibilities/spec/render/helpers_spec.md
faml-0.4.2 incompatibilities/spec/render/helpers_spec.md
faml-0.4.1 incompatibilities/spec/render/helpers_spec.md
faml-0.4.0 incompatibilities/spec/render/helpers_spec.md
faml-0.3.6 incompatibilities/spec/render/helpers_spec.md
faml-0.3.5 incompatibilities/spec/render/helpers_spec.md
faml-0.3.4 incompatibilities/spec/render/helpers_spec.md
faml-0.3.3 incompatibilities/spec/render/helpers_spec.md
faml-0.3.2 incompatibilities/spec/render/helpers_spec.md
faml-0.3.1 incompatibilities/spec/render/helpers_spec.md
faml-0.3.0 incompatibilities/spec/render/helpers_spec.md
faml-0.2.16 incompatibilities/spec/render/helpers_spec.md