summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2002-10-15 02:26:20 +0000
committertavis_rudd <tavis_rudd>2002-10-15 02:26:20 +0000
commit20f87b7c0f5a510347f6233efbebc58af558771e (patch)
tree296bebc440038f7653ea7546afb5140d15c922c6 /TODO
parentfa0eeedc1cf06a260c7520fa09215e1e84b93c74 (diff)
downloadpython-cheetah-20f87b7c0f5a510347f6233efbebc58af558771e.tar.gz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 818dc7d..1953e8c 100644
--- a/TODO
+++ b/TODO
@@ -49,6 +49,10 @@ Boolean argument 'all' adds local variables, builtins, etc. Boolean argument
This is a cached region. $voom
#end cache
+- create a better error message for invalid syntax when a $var inside a
+ directive is enclosed in ${} or $(). E.g.:
+ #include raw source=${x}
+
- Delete whitespace before a comment on the same line. The methods are
Parser.eatComment() and Parser.eatMultiLineComment(). It's already
working if the line contains 'STUFF#slurp ## comment'. Need to make