We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ab2dc commit 22f4f68Copy full SHA for 22f4f68
test/jest/utils.spec.ts
@@ -148,7 +148,7 @@ describe('Utils', () => {
148
});
149
150
it('should handle non-standard characters or malformed urls', () => {
151
- const malformedUrl = 'https://www.example.com?foo=bar&baz=qux&narf=poit¶m0=你好&*;<script>alert("hi")</script>&http://a.com/?c=7&d=8#!/asd+/%^^%zz%%%world你好¶m1¶m2=¶m3=%E0%A4%A¶m4=value1=value2';
+ const malformedUrl = 'https://www.example.com?foo=bar&baz=qux&mal=%E0%A4%A&narf=poit¶m0=你好&*;<script>alert("hi")</script>&http://a.com/?c=7&d=8#!/asd+/%^^%zz%%%world你好¶m1¶m2=¶m3=%E0%A4%A¶m4=value1=value2¶m5=a%AFc';
152
const keys = [
153
'foo',
154
'narf',
0 commit comments