Sha256: 0060c748387d162737077b8c948de5a0a44e8b14557ea69ce379ab25e48aae16

Contents?: true

Size: 233 Bytes

Versions: 11

Compression:

Stored size: 233 Bytes

Contents

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

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

```

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

```

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
faml-0.8.1 incompatibilities/spec/render/comment_spec.md
faml-0.8.0 incompatibilities/spec/render/comment_spec.md
faml-0.7.3 incompatibilities/spec/render/comment_spec.md
faml-0.7.2 incompatibilities/spec/render/comment_spec.md
faml-0.7.1 incompatibilities/spec/render/comment_spec.md
faml-0.7.0 incompatibilities/spec/render/comment_spec.md
faml-0.6.5 incompatibilities/spec/render/comment_spec.md
faml-0.6.4 incompatibilities/spec/render/comment_spec.md
faml-0.6.3 incompatibilities/spec/render/comment_spec.md
faml-0.6.2 incompatibilities/spec/render/comment_spec.md
faml-0.6.1 incompatibilities/spec/render/comment_spec.md