From 6f1e8a6a90fcc238cb8016810206a66c151fc76a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 17 Nov 2022 15:47:53 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pwiki2.js b/pwiki2.js index 59df406..d1044b2 100755 --- a/pwiki2.js +++ b/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 .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: