mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 01:50:07 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e943b3b570
commit
6f1e8a6a90
10
pwiki2.js
10
pwiki2.js
@ -42,9 +42,13 @@
|
||||
* TEST: async function(){
|
||||
* console.log('TEST')
|
||||
* return 'TEST' },
|
||||
* this calls it twice:
|
||||
* await p.pwiki.get('/moo/TEST').parse('@source(.)')
|
||||
* XXX check if this applies to .actions
|
||||
* these call it twice:
|
||||
* await p.pwiki
|
||||
* .get('/moo/TEST').text
|
||||
* await p.pwiki
|
||||
* .get('/moo/TEST')
|
||||
* .parse('@source(.)')
|
||||
* XXX check if this applies to <page>.actions
|
||||
* XXX BUG: count does not appear to affect /Test/list/generator and /Test/list/static...
|
||||
* ...do we need to support this???
|
||||
* XXX BUG: parser:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user