Sha256: 3b6429ee03e56370b33129b509d87a117beef83ee400006253fe81dc57371f3e
Contents?: true
Size: 399 Bytes
Versions: 10
Compression:
Stored size: 399 Bytes
Contents
--FILE-- <?php $env = new MtHaml\Environment('twig', array('enable_escaper' => false)); echo $env->compileString($parts['HAML'], "$file.haml"); --HAML-- %p{list} %p{list, :foo => "bar"} --EXPECT-- <p {{ mthaml_attributes([mthaml_attribute_list(list)], 'html5', 'UTF-8', false)|raw }}></p> <p {{ mthaml_attributes([mthaml_attribute_list(list), ['foo', 'bar']], 'html5', 'UTF-8', false)|raw }}></p>
Version data entries
10 entries across 10 versions & 1 rubygems