diff --git a/pwiki/page.js b/pwiki/page.js index d3e8d24..e7da2e0 100755 --- a/pwiki/page.js +++ b/pwiki/page.js @@ -987,6 +987,18 @@ object.Constructor('Page', BasePage, { // // | - // + // XXX BUG: this does not show any results: + // pwiki.parse('moo test') + // -> '' + // while these do: + // pwiki.parse('moo test') + // -> 'moo TEST' + // await pwiki.parse('moo test@var()') + // -> 'moo TEST' + // for more info see: + // file:///L:/work/pWiki/pwiki2.html#/Editors/Results + // XXX do we fix this or revise how/when filters work??? + // ...including accounting for variables/expansions and the like... // XXX REVISE... filter: function(args, body, state, expand=true){ var that = this