curl / trurl

trurl is a command line tool for URL parsing and manipulation.
https://curl.se/trurl/
Other
3.1k stars 99 forks source link

trurl: only append the first iterate loop #300

Closed bagder closed 3 months ago

bagder commented 3 months ago

Since it works with the same URL object, doing repeated appends will keep appending every loop which is not intended.

Add test cases to verify.

Reported-by: Jacob Mealey Fixes #299