[X] I've searched existing issues and found nothing related to my issue.
Describe the bug
When searching for informations in a request's response I typed \ as the first character and the application crashed
I also fetched the erorr in the console:
779-f67e1698eec5c86a.js:1 Uncaught SyntaxError: Invalid regular expression: /\/gi: \ at end of pattern
at RegExp (<anonymous>)
at HTMLInputElement.<anonymous> (779-f67e1698eec5c86a.js:1:152742)
.bru file to reproduce the bug
doesn't matter but I include one just in case
meta {
name: Get one card
type: http
seq: 2
}
get {
url: https://api.tcgdex.net/v2/en/cards/swsh3-136
body: none
auth: none
}
assert {
res.status: eq 200
res.body.id: eq swsh3-136
}
I have checked the following:
Describe the bug
When searching for informations in a request's response I typed
\
as the first character and the application crashedI also fetched the erorr in the console:
.bru file to reproduce the bug
doesn't matter but I include one just in case
Screenshots/Live demo link
before typing
\
in the search barafter :