Sha256: 038cb07dbf7c40e00a5342541f122397d5222f38e21d5438d7d5b8d0eae1492c

Contents?: true

Size: 332 Bytes

Versions: 1

Compression:

Stored size: 332 Bytes

Contents

# [erb\_spec.rb:3](https://github.com/k0kubun/hamlit/blob/master/spec/hamlit/filters/erb_spec.rb#L3)
## Input
```haml
:erb
  <% if true %>
  ok
  <% else %>
  ng
  <% end %>

```

## Output
### Haml
```html
ok


```

### Faml
```html
Faml::FilterCompilers::NotFound: Unable to find compiler for erb
```

### Hamlit
```html
ok

```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hamlit-1.5.5 doc/filters/erb.md