Sha256: 3958f7124a83c088a163ede9e380751d423ff14e39f8b660f5fa03b4401d2703

Contents?: true

Size: 233 Bytes

Versions: 13

Compression:

Stored size: 233 Bytes

Contents

# [./spec/render/comment_spec.rb:31](../../../spec/render/comment_spec.rb#L31)
## Input
```haml
/ [if IE] hello
```

## Faml, Haml
```html
<!--[if IE]> hello <![endif]-->

```

## Hamlit
```html
<!--[if IE] hello>
<![endif]-->

```

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
faml-0.6.0 incompatibilities/spec/render/comment_spec.md
faml-0.5.1 incompatibilities/spec/render/comment_spec.md
faml-0.5.0 incompatibilities/spec/render/comment_spec.md
faml-0.4.2 incompatibilities/spec/render/comment_spec.md
faml-0.4.1 incompatibilities/spec/render/comment_spec.md
faml-0.4.0 incompatibilities/spec/render/comment_spec.md
faml-0.3.6 incompatibilities/spec/render/comment_spec.md
faml-0.3.5 incompatibilities/spec/render/comment_spec.md
faml-0.3.4 incompatibilities/spec/render/comment_spec.md
faml-0.3.3 incompatibilities/spec/render/comment_spec.md
faml-0.3.2 incompatibilities/spec/render/comment_spec.md
faml-0.3.1 incompatibilities/spec/render/comment_spec.md
faml-0.3.0 incompatibilities/spec/render/comment_spec.md