Revert "Revert "Change filtering model again to allow more complex filters.""

This reverts commit 0f86637a6c.
This commit is contained in:
Ian Gulliver
2014-07-01 17:25:10 -07:00
parent 0f86637a6c
commit e34bdfc96d
2 changed files with 13 additions and 13 deletions

View File

@@ -293,8 +293,6 @@ mediawiki = rr.Parser({
'main': rr.Node('wikidoc', rr.Sequence(
rr.ZeroOrMore(rr.Ref('paragraph')),
rr.EndOfText()))
}, {
'bi': [
rr.SplitTagAndNest('b', 'i')
]
});
}, [
rr.SplitTagAndNest('bi', ['b', 'i'])
]);