]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo/nested_preprocessor_directives.mdwn
add news item for ikiwiki 3.20110430
[git.ikiwiki.info.git] / doc / todo / nested_preprocessor_directives.mdwn
index da7621a3953843301c12011f6c8f6cfd6f84bc6e..3094e0899c919018dd752a2780119776890850ce 100644 (file)
@@ -24,7 +24,7 @@ nesting, a new syntax would be needed. Maybe something xml-like?
 >> In the meantime, this is an interesting approach:
 >> <https://github.com/timo/ikiwiki/commit/a73837a8f26147e42a0bb2dde38b4890b27822b3>
 >> 
->>     \[[!directive text=<<FOO
+>>     \[[!directive text=\<\<FOO
 >>     ...
 >>     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]]