Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-11-17 15:47:53 +03:00
parent e943b3b570
commit 6f1e8a6a90

View File

@ -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: