Re: [whatwg/url] feat: handle Windows file paths with backslashes in URL parsing (PR #874)

mertcanaltin left a comment (whatwg/url#874)

> Please restore the pull request template that you deleted.
> 
> Would you mind performing the following workflow to validate your spec changes vs. the test changes?
> 
> * Clone https://github.com/jsdom/whatwg-url
> * Make local edits to https://github.com/jsdom/whatwg-url/blob/main/lib/url-state-machine.js that follow the spec exactly. (Don't worry about performance or anything, just try to get it exactly following the spec changes you made.)
> * Make local edits to https://github.com/jsdom/whatwg-url/blob/main/scripts/get-latest-platform-tests.js to update the commit hash to the latest hash from [accepting windows backslash paths web-platform-tests/wpt#53459](https://github.com/web-platform-tests/wpt/pull/53459) . (Currently `b2f42a872f99c6b2876f90d04d5a28ed86219fbd`.)
> * Run `npm install` then `npm test`.

Thanks, I tried and some test get fail, I will try solved

tests that fail:
https://gist.github.com/mertcanaltin/64ea116998228b15c47513f24143aa3e


-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/874#issuecomment-3089834085
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/url/pull/874/c3089834085@github.com>

Received on Friday, 18 July 2025 15:21:32 UTC