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: