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