angular/packages/common/test/location
Vincent 3c9d49a4d7 fix(common): make Location.normalize() return the correct path when the base path contains characters that interfere with regex syntax. (#49181)
Fix the function stripping the base path from the URL, as the current implementation uses the base path as part of a regex, which wrongly makes paths fails that contain characters such as a parenthesis (example: C:/Users/MyUser(Test)/project).

Fixes #49179

PR Close #49181
2023-02-27 10:02:33 -08:00
..
location_spec.ts fix(common): make Location.normalize() return the correct path when the base path contains characters that interfere with regex syntax. (#49181) 2023-02-27 10:02:33 -08:00
provide_location_mocks_spec.ts feat(common): add provideLocationMocks() function to provide Location mocks (#47674) 2022-10-10 19:42:11 +00:00