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