Browse Source
The regular expression incorrectly marked a group as capturing. For `http://example.com/#file.pdf`, the expected result is "file.pdf", but instead "document.pdf" was returned.
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue