Added known issue for missing child context in sections.

This commit is contained in:
Justin Hileman
2010-04-26 20:35:46 -04:00
parent 6350e6180b
commit bb4905dd1b
+4 -1
View File
@@ -81,7 +81,10 @@ And render it:
Known Issues
------------
* Sections don't respect delimiter changes -- `delimiters` example currently fails with an "unclosed section" exception.
* Sections don't respect delimiter changes -- `delimiters` example currently fails with an
"unclosed section" exception.
* Sections don't have access to child context, i.e. `{{#foo}}{{bar}}{{/foo}}' fails if the context
is `array('foo' => array('bar' => 'baz'));`
* Test coverage is incomplete.