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