New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stray &lt in spec #1304

Open
DanielRosenwasser opened this Issue Sep 11, 2018 · 2 comments

Comments

Projects
None yet
3 participants
@DanielRosenwasser

DanielRosenwasser commented Sep 11, 2018

At the bottom of https://tc39.github.io/ecma262/#sec-static-semantics-tv-and-trv

The TRV of LineTerminatorSequence :: <CR>&lt is the sequence consisting of the code unit 0x000A (LINE FEED).

I believe this should be

The TRV of LineTerminatorSequence :: <CR> <LF> is the sequence consisting of the code unit 0x000A (LINE FEED).

@allenwb

This comment has been minimized.

Show comment
Hide comment
@allenwb

allenwb Sep 11, 2018

Member

The corresponding line in the ES6 spec is:

The TRV of LineTerminatorSequence :: <CR><LF> is the sequence consisting of the code unit value 0x000A.

Member

allenwb commented Sep 11, 2018

The corresponding line in the ES6 spec is:

The TRV of LineTerminatorSequence :: <CR><LF> is the sequence consisting of the code unit value 0x000A.

@jmdyck

This comment has been minimized.

Show comment
Hide comment
@jmdyck

jmdyck Sep 11, 2018

Collaborator

The source is fine, so I've labelled this a rendering bug.

Collaborator

jmdyck commented Sep 11, 2018

The source is fine, so I've labelled this a rendering bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment