Closed sooda closed 4 years ago
The test currently renders "not_url_scheme:foo" to a link. With the hack patch on top the test would pass.
I made it less hacky by just auto-converting URLs with a known scheme.
TODO: figure out how to get such data into Pest and use a static list like e.g. the one in uriparse sgodwincs/uriparse-rs#12
uriparse
The test currently renders "not_url_scheme:foo" to a link. With the hack patch on top the test would pass.