Sha256: 563740590d7e322aa8a82de627c49997373220249275515f36f94ff8fa1696aa

Contents?: true

Size: 379 Bytes

Versions: 10

Compression:

Stored size: 379 Bytes

Contents

--HAML--
%div
    -# foo
        bar
            baz
        %syntax(error
        a
         b
          c
        a |
        b |
        c |
    %p
--EXPECT--
root(
  tag(div
    comment(text(foo)
      text(bar)
      text(    baz)
      text(%syntax(error)
      text(a)
      text( b)
      text(  c)
      text(a |)
      text(b |)
      text(c |)
    )
    tag(p)
  )
)

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
guard-mthaml-0.4.0 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/non_rendered_comment.test
guard-mthaml-0.3.1 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/non_rendered_comment.test
guard-mthaml-0.3.0 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/non_rendered_comment.test
guard-mthaml-0.2.5 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/non_rendered_comment.test
guard-mthaml-0.2.4 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/non_rendered_comment.test
guard-mthaml-0.2.3 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/non_rendered_comment.test
guard-mthaml-0.2.2 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/non_rendered_comment.test
guard-mthaml-0.2.1 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/non_rendered_comment.test
guard-mthaml-0.2.0 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/non_rendered_comment.test
guard-mthaml-0.1.0 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/non_rendered_comment.test