X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/e9cdb2505dc40a85a66aae0045e144f091e8dc15..029a6b72e72d0c4da8c3ef95e42a8d8caae6687f:/doc/todo/nested_preprocessor_directives.mdwn diff --git a/doc/todo/nested_preprocessor_directives.mdwn b/doc/todo/nested_preprocessor_directives.mdwn index da7621a39..3094e0899 100644 --- a/doc/todo/nested_preprocessor_directives.mdwn +++ b/doc/todo/nested_preprocessor_directives.mdwn @@ -24,7 +24,7 @@ nesting, a new syntax would be needed. Maybe something xml-like? >> In the meantime, this is an interesting approach: >> >> ->> \[[!directive text=<> \[[!directive text=\<\> ... >> FOO]] >> @@ -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]]