Added known issue for complex complex example failure.

This commit is contained in:
Justin Hileman
2010-04-06 00:23:49 -04:00
parent e77226c4f6
commit cb5985171c
+1
View File
@@ -73,6 +73,7 @@ Known Issues
------------
* Sections don't respect delimiter changes -- `delimiters` example currently fails with an "unclosed section" exception.
* Since `complex` example emulates some fancy swizzling available in Ruby, it fails. Need to convert example to PHPisms (In PHP, Mustache class doesn't maintain current context stack -- available context is passed to methods via params).
* Test coverage is incomplete.