Issue 2886:
JavaScript search field doesn't find some code
Steps to reproduce
- Open Firebug and enable the Script panel
- Reload the page
- Focus the search field
-
Type
(!(accidental-regexp))
⇒ There should be one match at line 8
- Check the Use Regular Expression search option
-
Search for
keyword\s+\d+
⇒ There should be one match at line 10
Expected result
- Search should always match correctly in case of regular expressions