From 49b500f789c562d98c33393acb3632894ab003d4 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sun, 12 Jun 2011 23:00:54 -0400 Subject: [PATCH] Note known whitespace bug with spec tests. --- README.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 3662d3c..fc88e02 100644 --- a/README.markdown +++ b/README.markdown @@ -83,10 +83,12 @@ Known Issues * Things get weird when you change delimiters inside a section -- `delimiters` example currently fails with an "unclosed section" exception. + * The current spec test exposes several whitespace bugs (which are mostly instances of the exact same whitespace + bug) ... Despite these failing tests, this version is actually *closer* to correct than previous releases. See Also -------- * [Readme for the Ruby Mustache implementation](http://github.com/defunkt/mustache/blob/master/README.md). - * [mustache(1)](http://defunkt.github.com/mustache/mustache.1.html) and [mustache(5)](http://defunkt.github.com/mustache/mustache.5.html) man pages. \ No newline at end of file + * [mustache(1)](http://defunkt.github.com/mustache/mustache.1.html) and [mustache(5)](http://defunkt.github.com/mustache/mustache.5.html) man pages.