Sha256: 66af8fcde97fac2924e0cf2fceaa3ec264bd4234c60c42b3fa6c39e46a31c314
Contents?: true
Size: 314 Bytes
Versions: 10
Compression:
Stored size: 314 Bytes
Contents
--FILE-- <?php $env = new MtHaml\Environment('twig', array('enable_escaper' => false)); echo $env->compileString($parts['HAML'], "$file.haml"); --HAML-- %x{foo => "a #{b} #{c + d}", bar => 1} --EXPECT-- <x {{ mthaml_attributes([[foo, ('a ' ~ b ~ ' ' ~ (c + d))], [bar, 1]], 'html5', 'UTF-8', false)|raw }}></x>
Version data entries
10 entries across 10 versions & 1 rubygems