]> git.ipfire.org Git - thirdparty/vuejs/router.git/commit
fix(query): prevent trailing & in query (#935)
authorArtyom Tuchkov <throwget@gmail.com>
Mon, 10 May 2021 09:49:52 +0000 (12:49 +0300)
committerGitHub <noreply@github.com>
Mon, 10 May 2021 09:49:52 +0000 (11:49 +0200)
commit885bb06bb590944f2e58176151f7b7a6acbc1b4e
tree12463cb30dfc2639d4b3aa4b1a8b474c511d71b3
parent477d6734792ba7b1c5744ade00388cb7e71131f7
fix(query): prevent trailing & in query (#935)

* fix(query): `&` sign doesn't remove properly

* test: improve title and remove unnecessary test case
__tests__/stringifyQuery.spec.ts
src/query.ts