<div></div>
<url-from-string string="https://example.com/path"> <url-set host="newhost.com"> <url-to-string> <assert-equal value="https://newhost.com/path" type="string">
<div></div>
<url-from-string string="https://example.com/path"> <url-set path="/new/path"> <url-to-string> <assert-equal value="https://example.com/new/path" type="string">