X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/e66f38db1fe53de69db1a35d2ba74a1b4fcb3278..029a6b72e72d0c4da8c3ef95e42a8d8caae6687f:/doc/todo/nested_preprocessor_directives.mdwn 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]]