We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0cf9d commit 9e3e894Copy full SHA for 9e3e894
tests/backend/consts.ts
@@ -1,4 +1,5 @@
1
export const invalidIds = [
2
+ // Add a '/' at the end or fetch will trim it
3
{ id: ' /', case: 'Purely whitespace' },
4
{ id: 'hello=world', case: 'Non alphanumeric characters: "="' },
5
{ id: 'hello_world', case: 'Non alphanumeric characters: "_"' },
0 commit comments