Skip to content

Commit

Permalink
Merge 8773b1e into 67ed06d
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Feb 6, 2018
2 parents 67ed06d + 8773b1e commit 3604b6e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/gh-46.phpt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--TEST--
GH-46 HTML inside tag
--SKIPIF--
<?php if(!extension_loaded('mustache')) die('skip '); ?>
--FILE--
<?php
$mustache = new Mustache();
echo $mustache->render('a{{ <html> }}b', array());
?>
--EXPECT--
ab

0 comments on commit 3604b6e

Please sign in to comment.