Sha256: 5353b86a59607d44d7adc0db7bc7f91ea5d9bf92f5260fb4889fcaeef19fbab9

Contents?: true

Size: 468 Bytes

Versions: 5

Compression:

Stored size: 468 Bytes

Contents

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

```

## Output
### Faml
```html
Faml::SyntaxError: Illegal element: classes and ids must have values.
```

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

```


# [text\_spec.rb:118](/spec/hamlit/engine/text_spec.rb#L118)
## Input
```haml
 
\ 
!hello
\!hello

```

## Output
### Faml
```html
nbsp;
 
hello
!hello

```

### Hamlit
```html
 
 
!hello
!hello

```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hamlit-1.7.2 doc/faml/engine/text.md
hamlit-1.7.1 doc/faml/engine/text.md
hamlit-1.7.0 doc/faml/engine/text.md
hamlit-1.6.7 doc/faml/engine/text.md
hamlit-1.6.6 doc/faml/engine/text.md