Sha256: 6edc339cede5bb8bbd7aeb8c83cbe9b800ffc601c2d7215ada3872ded0846876
Contents?: true
Size: 441 Bytes
Versions: 10
Compression:
Stored size: 441 Bytes
Contents
--FILE-- <?php $env = new MtHaml\Environment('twig', array('enable_escaper' => false, 'format' => 'xhtml')); echo $env->compileString($parts['HAML'], "$file.haml"); --HAML-- !!! invalid --EXPECT-- --EXCEPTION-- PHPUnit_Framework_Error_Warning No such doctype '!!! invalid' for the format 'xhtml'. Available doctypes for the current format are: '!!!', '!!! strict', '!!! frameset', '!!! 5', '!!! 1.1', '!!! basic', '!!! mobile', '!!! rdfa'
Version data entries
10 entries across 10 versions & 1 rubygems