[whatwg/url] Redundant condition in #fragment-state (Issue #777)

https://url.spec.whatwg.org/commit-snapshots/eee49fdf4f99d59f717cbeb0bce29fda930196d4/#fragment-state

> fragment state
> 
>         If c is not the EOF code point, then:​ 

At this point _c_ can't be EOF, since the **basic URL parser** says:

> 9. Keep running the following state machine by switching on state\. If after a run pointer points to the EOF code point, go to the next step\. Otherwise, increase pointer by 1 and continue with the state machine\.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/777
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/url/issues/777@github.com>

Received on Sunday, 9 July 2023 10:05:06 UTC