# [coffee\_spec.rb:3](/spec/hamlit/filters/coffee_spec.rb#L3)
## Input
```haml
:coffee
foo = ->
alert('hello')
```
## Output
### Faml
```html
```
### Hamlit
```html
```
# [coffee\_spec.rb:22](/spec/hamlit/filters/coffee_spec.rb#L22)
## Input
```haml
:coffee
foo = ->
alert('hello')
```
## Output
### Faml
```html
```
### Hamlit
```html
```
# [coffee\_spec.rb:41](/spec/hamlit/filters/coffee_spec.rb#L41)
## Input
```haml
:coffee
foo = ->
alert("#{'<&>'}")
```
## Output
### Faml
```html
```
### Hamlit
```html
```