Skip to content

Commit 9e3e894

Browse files
Document weird edge case with fetch
1 parent 3e0cf9d commit 9e3e894

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/backend/consts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export const invalidIds = [
2+
// Add a '/' at the end or fetch will trim it
23
{ id: ' /', case: 'Purely whitespace' },
34
{ id: 'hello=world', case: 'Non alphanumeric characters: "="' },
45
{ id: 'hello_world', case: 'Non alphanumeric characters: "_"' },

0 commit comments

Comments
 (0)