From cb5985171cefd42ab900880cc0601899403deaa6 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Tue, 6 Apr 2010 00:23:49 -0400 Subject: [PATCH] Added known issue for complex complex example failure. --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index f128984..3e7b62b 100644 --- a/README.markdown +++ b/README.markdown @@ -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.