We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702beb9 commit eaf3fbcCopy full SHA for eaf3fbc
test/unit/core-util.test.js
@@ -20,7 +20,7 @@ describe('core/util', () => {
20
});
21
22
test('non external local url with three ///', () => {
23
- const result = isExternal(`//${location.host}/docsify/demo.md`);
+ const result = isExternal(`///${location.host}/docsify/demo.md`);
24
25
expect(result).toBeFalsy();
26
0 commit comments