mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 18:10:09 +00:00
found a bug...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4941412487
commit
d4fea85d77
@ -987,6 +987,18 @@ object.Constructor('Page', BasePage, {
|
||||
// <filter> <filter-spec>
|
||||
// | -<filter> <filter-spec>
|
||||
//
|
||||
// XXX BUG: this does not show any results:
|
||||
// pwiki.parse('<filter test>moo test</filter>')
|
||||
// -> ''
|
||||
// while these do:
|
||||
// pwiki.parse('<filter test/>moo test')
|
||||
// -> 'moo TEST'
|
||||
// await pwiki.parse('<filter test>moo test</filter>@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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user