Sha256: e79f91ace951a247f73e579d19318c9b3ffc40be8282eb93d227be1af4f6ec46
Contents?: true
Size: 376 Bytes
Versions: 10
Compression:
Stored size: 376 Bytes
Contents
--FILE-- <?php $env = new MtHaml\Environment('twig', array('enable_escaper' => false)); echo $env->compileString($parts['HAML'], "$file.haml"); --HAML-- - if a = b - elseif c - for d in e - if f = d = g --EXPECT-- {% if a %} {{ b }} {% elseif c %} {% for d in e %} {% if f %} {{ d }} {% endif %} {% endfor %} {% endif %} {% line 7 %}{{ g }}
Version data entries
10 entries across 10 versions & 1 rubygems