From 2aaa7a28c65ab006c416b8db42d0c540ca0a5900 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Sat, 5 May 2012 18:20:02 -0700 Subject: Added a TODO. --- pystache/parser.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pystache') diff --git a/pystache/parser.py b/pystache/parser.py index 1a7c37e..d814b55 100644 --- a/pystache/parser.py +++ b/pystache/parser.py @@ -16,6 +16,7 @@ NON_BLANK_RE = re.compile(ur'^(.)', re.M) # TODO: add some unit tests for this. +# TODO: add a test case that checks for spurious spaces. def parse(template, delimiters=None): """ Parse a unicode template string and return a ParsedTemplate instance. -- cgit v1.2.1