lint fix
parent
02b36239f5
commit
09d3e3facc
|
@ -23,20 +23,20 @@ http:
|
|||
skip-variables-check: true
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
internal: true
|
||||
name: id
|
||||
regex:
|
||||
- data-xwiki-async-client-id="(.+?)"
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
- data-xwiki-async-client-id="(.+?)"
|
||||
internal: true
|
||||
|
||||
- type: regex
|
||||
group: 1
|
||||
name: url
|
||||
regex:
|
||||
- <span class="xwiki-async" data-xwiki-async-id="(.+?)"
|
||||
- <span class="xwiki-async" data-xwiki-async-id="(.+?)"
|
||||
internal: true
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "31557644536232"
|
||||
- type: dsl
|
||||
dsl:
|
||||
- body_2 == "31557644536232"
|
||||
|
|
Loading…
Reference in New Issue