Sha256: 0bd57de291ff455c3af0ecd82d4ff9379a8fea410603144f8437b8089796efd6
Contents?: true
Size: 362 Bytes
Versions: 10
Compression:
Stored size: 362 Bytes
Contents
--FILE-- <?php $env = new MtHaml\Environment('twig', array('enable_escaper' => false)); echo $env->compileString($parts['HAML'], "$file.haml"); --HAML-- - trans with {'%x%': elem.courses.count} \%x% courses are sharing the same %element%. --EXPECT-- {% trans with {'%x%': elem.courses.count} %} %x% courses are sharing the same %element%. {% endtrans %}
Version data entries
10 entries across 10 versions & 1 rubygems