Skip to content

Commit 1a69ebd

Browse files
committed
Wip
1 parent 8ddff88 commit 1a69ebd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/js/route.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,8 @@ describe('current()', () => {
15131513
});
15141514

15151515
test('url containing raw hash', () => {
1516-
// This specific case doesn't really matter because it's not valid, # is a URL anchor and can't be in the path like this
1516+
// This specific case may not matter because it's not valid, # is a URL anchor and
1517+
// can't be in the path like this, but in general this should work both ways
15171518
global.window.location.pathname = '/slashes/foo/Arcbees_c#_doc.md';
15181519

15191520
expect(route().current()).toBe('slashes');

0 commit comments

Comments
 (0)