Sha256: 9f9717aa3e99ad06b5eee7f0118addda22014f83bc39beabf74f764c1a4a37db

Contents?: true

Size: 566 Bytes

Versions: 5

Compression:

Stored size: 566 Bytes

Contents

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

```

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

### 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
### Haml, Hamlit
```html
 
 
!hello
!hello

```

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

```

Version data entries

5 entries across 5 versions & 1 rubygems

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