Sha256: 437242950ad3da89097e3d4e16a2c19106c3833c5d4a39b7d443d1f99c4e4f91

Contents?: true

Size: 246 Bytes

Versions: 1

Compression:

Stored size: 246 Bytes

Contents

# [text\_spec.rb:15](/spec/hamlit/engine/text_spec.rb#L15)
## Input
```haml
.
.*
..
#
#+
##

```

## Output
### Faml
```html
<div></div>
<div>*</div>
<div></div>
<div></div>
<div>+</div>
<div></div>

```

### Hamlit
```html
.
.*
..
#
#+
##

```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hamlit-1.6.0 doc/faml/engine/text.md