Moved test for #11 into 'escaped' example.

This commit is contained in:
Justin Hileman
2010-08-17 15:27:46 -04:00
parent 758027bd91
commit e3c7afde46
5 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
class Escaped extends Mustache {
public $title = "Bear > Shark";
public $title = '"Bear" > "Shark"';
}