mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
add: parser now support multi/pair options
This commit is contained in:
parent
3f65509f02
commit
97f22df758
8 changed files with 529 additions and 214 deletions
|
|
@ -138,6 +138,7 @@ class BurpuiAPITestCase(TestCase):
|
|||
u'boolean': [],
|
||||
u'integer': [],
|
||||
u'multi': [],
|
||||
u'pair': [],
|
||||
u'includes': [],
|
||||
u'includes_ext': [],
|
||||
u'hierarchy': [{u'children': [], u'title': u'null', u'dir': u'/dev', u'full': u'/dev/null', u'name': u'null', u'parent': None}],
|
||||
|
|
@ -147,6 +148,8 @@ class BurpuiAPITestCase(TestCase):
|
|||
(u'string', self.bui.client.get_parser_attr('string_srv')),
|
||||
(u'integer', self.bui.client.get_parser_attr('integer_srv')),
|
||||
(u'multi', self.bui.client.get_parser_attr('multi_srv')),
|
||||
(u'pair', self.bui.client.get_parser_attr('pair_srv')),
|
||||
(u'advanced', self.bui.client.get_parser_attr('advanced_type')),
|
||||
(u'server_doc', self.bui.client.get_parser_attr('doc')),
|
||||
(u'suggest', self.bui.client.get_parser_attr('values')),
|
||||
(u'placeholders', self.bui.client.get_parser_attr('placeholders')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue