From b80d2e949d04954ba7a9a56c18b18ac2d995caff Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Sun, 6 May 2012 11:09:54 -0700 Subject: README tweaks and 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 d814b55..0365f76 100644 --- a/pystache/parser.py +++ b/pystache/parser.py @@ -17,6 +17,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. +# TODO: add test cases for delimiters. def parse(template, delimiters=None): """ Parse a unicode template string and return a ParsedTemplate instance. -- cgit v1.2.1