소스 검색

Added known issue for complex complex example failure.

Justin Hileman 15 년 전
부모
커밋
cb5985171c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      README.markdown

+ 1 - 0
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.