summaryrefslogtreecommitdiff
path: root/pystache
diff options
context:
space:
mode:
Diffstat (limited to 'pystache')
-rw-r--r--pystache/parser.py1
1 files changed, 1 insertions, 0 deletions
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.