Commit 2aaa7a28 by Chris Jerdonek

Added a TODO.

parent 0de74f66
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment