Sha256: 2c93fd4fb4b8a589da9834d1d753c3643fbf60b6d7f0a63b15a96c66edeab742

Contents?: true

Size: 543 Bytes

Versions: 10

Compression:

Stored size: 543 Bytes

Contents

--HAML--
%p<
#id<
.class<
%p{:foo=>"bar"}<
%p <
#id <
.class <
%p{:foo=>"bar"} <
%p>
%p/
%p<>/
--EXPECT--
root(
  tag(p<)
  tag(div<
    attr(text(id)text(id))
  )
  tag(div<
    attr(text(class)text(class))
  )
  tag(p<
    attr(text(foo)interpolated(text(bar)))
  )
  tag(p interpolated(text(<)))
  tag(div interpolated(text(<))
    attr(text(id)text(id))
  )
  tag(div interpolated(text(<))
    attr(text(class)text(class))
  )
  tag(p interpolated(text(<))
    attr(text(foo)interpolated(text(bar)))
  )
  tag(p>)
  tag(p/)
  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/tagflags.test
guard-mthaml-0.3.1 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/tagflags.test
guard-mthaml-0.3.0 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/tagflags.test
guard-mthaml-0.2.5 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/tagflags.test
guard-mthaml-0.2.4 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/tagflags.test
guard-mthaml-0.2.3 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/tagflags.test
guard-mthaml-0.2.2 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/tagflags.test
guard-mthaml-0.2.1 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/tagflags.test
guard-mthaml-0.2.0 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/tagflags.test
guard-mthaml-0.1.0 vendor/mthaml/mthaml/test/MtHaml/Tests/fixtures/parser/tagflags.test