Sha256: b64d214ae94a611ba42526cc585835645456a42026fbab12e26b964c695f02df
Contents?: true
Size: 322 Bytes
Versions: 10
Compression:
Stored size: 322 Bytes
Contents
--FILE-- <?php $env = new MtHaml\Environment('twig', array('enable_escaper' => false)); echo $env->compileString($parts['HAML'], "$file.haml"); --HAML-- %html / foo %p / foo / foo bar -# foo -# foo bar --EXPECT-- <html> <!-- foo --> <p><!-- foo --></p> <!-- foo bar --> </html>
Version data entries
10 entries across 10 versions & 1 rubygems