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 6b7a452 commit 341f873Copy full SHA for 341f873
src/cases.spec.ts
@@ -299,6 +299,14 @@ export const MATCH_TESTS: MatchTestSet[] = [
299
params: { test: ";,:@&=+$-_.!~*()" },
300
},
301
302
+ {
303
+ input: "/param%2523",
304
+ matches: ["/param%2523", "param%2523"],
305
+ expected: {
306
+ path: "/param%2523",
307
+ params: { test: "param%23" },
308
+ },
309
310
],
311
312
0 commit comments