From e943b3b570b4c7b3318ff7d55339bb047a54406e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 17 Nov 2022 15:44:08 +0300 Subject: [PATCH] testing and notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pwiki2.js b/pwiki2.js index 10fd034..59df406 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -38,6 +38,13 @@ * * XXX BUG /tree/time gives a blank time... * ...problem: actions seem to be called twice, not yet sure why... +* for an action: +* 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 * XXX BUG: count does not appear to affect /Test/list/generator and /Test/list/static... * ...do we need to support this??? * XXX BUG: parser: