Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Oct 30, 2023
1 parent b90cff6 commit 71e3e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const testUrlParamQuery = tc => {
paramTest({})
paramTest({ a: '4' })
paramTest({ a: 'dtrn', b: '0x0' })
paramTest({__proto__: 'oops'})
paramTest({ __proto__: 'oops' })

t.compareObjects({ }, url.decodeQueryParams('http://localhost:8080/dtrn?'))
t.compareObjects({ a: 'ay' }, url.decodeQueryParams('http://localhost:8080/dtrn?a=ay'))
Expand Down

0 comments on commit 71e3e69

Please sign in to comment.