``` js 'a/b/some\\file'.match(regex()); ``` On *nix this leads to incorrect result of `file`, where expected was `some\file`.
On *nix this leads to incorrect result of
file, where expected wassome\file.