mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-18 17:11:38 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8d03762b7e
commit
39e9c85f2c
@ -1,8 +1,6 @@
|
|||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* XXX BUG: '@include(@(arg))' does not parse correctly while @include("@(arg)") does...
|
|
||||||
* ...likely due to the regexp not counting the brace balance...
|
|
||||||
* XXX BUG CHROME: can't .get(..) a generator...
|
* XXX BUG CHROME: can't .get(..) a generator...
|
||||||
* https://bugs.chromium.org/p/chromium/issues/detail?id=1361981
|
* https://bugs.chromium.org/p/chromium/issues/detail?id=1361981
|
||||||
* when done test:
|
* when done test:
|
||||||
@ -313,6 +311,10 @@
|
|||||||
* (see: pwiki/page.js: Page.macros.include(..) notes)
|
* (see: pwiki/page.js: Page.macros.include(..) notes)
|
||||||
* - slot <content/> order --
|
* - slot <content/> order --
|
||||||
* (see: page.js: Page's .macros.slot(..) notes)
|
* (see: page.js: Page's .macros.slot(..) notes)
|
||||||
|
* - arguments in macros that contain macros must be in quotes, e.g.
|
||||||
|
* @include("./*:@(all)")
|
||||||
|
* otherwise the macro will end on the first ')'...
|
||||||
|
* - :all argument to all pattern paths...
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* XXX weaknesses to review:
|
* XXX weaknesses to review:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user