summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-04-30 17:06:46 -0400
committerJoey Hess <joey@kitenet.net>2011-04-30 17:06:46 -0400
commit3284633f22512d39475fa4e69d62b2c456c4967e (patch)
treec24cce51a3dfdaea42c8340e11af39a2027f5c51
parente66f38db1fe53de69db1a35d2ba74a1b4fcb3278 (diff)
bug--
still one thing unsure about
-rw-r--r--doc/todo/nested_preprocessor_directives.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/todo/nested_preprocessor_directives.mdwn b/doc/todo/nested_preprocessor_directives.mdwn
index 0fb624bcf..3094e0899 100644
--- a/doc/todo/nested_preprocessor_directives.mdwn
+++ b/doc/todo/nested_preprocessor_directives.mdwn
@@ -42,6 +42,7 @@ nesting, a new syntax would be needed. Maybe something xml-like?
>> So, I'm not sure what behavior that will cause, but I suspect it will
>> be a bug. Unless the `\s+|$' already stops matching at a newline within
>> the string like it's whitespace. That needs more alalysis.
+>> Update: seems it does, I'm fairly satisfied that is not a bug.
>>
>> Also, the patch seems incomplete, only patching the first regexp
>> but not the other two in the same function, which also are quoting-aware. --[[Joey]]