Sha256: dd575b26fe212146f7086889e15c8197507ee20ee0b9d631a15689a8b7fac183

Contents?: true

Size: 230 Bytes

Versions: 27

Compression:

Stored size: 230 Bytes

Contents

# [./spec/render/indent_spec.rb:41](../../../spec/render/indent_spec.rb#L41)
## Input
```haml
%p
	%a

```

## Faml (Error)
```html
Indentation with hard tabs are not allowed :-p
```

## Haml, Hamlit
```html
<p>
<a></a>
</p>

```

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
faml-0.8.1 incompatibilities/spec/render/indent_spec.md
faml-0.8.0 incompatibilities/spec/render/indent_spec.md
faml-0.7.3 incompatibilities/spec/render/indent_spec.md
faml-0.7.2 incompatibilities/spec/render/indent_spec.md
faml-0.7.1 incompatibilities/spec/render/indent_spec.md
faml-0.7.0 incompatibilities/spec/render/indent_spec.md
faml-0.6.5 incompatibilities/spec/render/indent_spec.md
faml-0.6.4 incompatibilities/spec/render/indent_spec.md
faml-0.6.3 incompatibilities/spec/render/indent_spec.md
faml-0.6.2 incompatibilities/spec/render/indent_spec.md
faml-0.6.1 incompatibilities/spec/render/indent_spec.md
faml-0.6.0 incompatibilities/spec/render/indent_spec.md
faml-0.5.1 incompatibilities/spec/render/indent_spec.md
faml-0.5.0 incompatibilities/spec/render/indent_spec.md
faml-0.4.2 incompatibilities/spec/render/indent_spec.md
faml-0.4.1 incompatibilities/spec/render/indent_spec.md
faml-0.4.0 incompatibilities/spec/render/indent_spec.md
faml-0.3.6 incompatibilities/spec/render/indent_spec.md
faml-0.3.5 incompatibilities/spec/render/indent_spec.md
faml-0.3.4 incompatibilities/spec/render/indent_spec.md