linkSrv-specs.js
1.57 KB
-
fix appending query strings in linkSrv · 867ac5df
When linkSrv appends parameters to a URL's query string, it would blindly add a ? to the URL even if the URL already contained a ? or the string to add was empty. This change fixes that behavior and some other edge cases. Includes a unit test to verify expected behavior.
Tom Dyas committed