<div></div>
<url-from-string string="https://example.com/path"> <url-add-query-param name="key" value="value"> <url-to-string> <assert-equal value="https://example.com/path?key=value" type="string">
<div></div>
<url-from-string string="https://example.com/path?existing=1"> <url-add-query-param name="new" value="2"> <url-to-string> <assert-equal value="https://example.com/path?existing=1&new=2" type="string">