Closed
Description
The EOF code point is a conceptual code point that signifies the end of a string or code point stream.
remaining references the substring after pointer in the string being processed.
…
File state: … remaining consists of zero code points
My understanding is that this condition in file state really covers two cases:
- when c is the last code point of input
- when c is the EOF code point
Is this understanding correct?
(I know in this case it doesn't really matter, as the case when c is the EOF code point will take a different switch-case above, but I just wanted to make sure remaining is properly understood and spec'd if necessary.)
Metadata
Metadata
Assignees
Labels
No labels