Skip to content
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

Commas are accidentally added #283

Closed
mathiasbynens opened this issue Jan 13, 2016 · 2 comments
Closed

Commas are accidentally added #283

mathiasbynens opened this issue Jan 13, 2016 · 2 comments
Labels
rendering bug A bug in the rendering of the spec on the web.

Comments

@mathiasbynens
Copy link
Member

Compare https://tc39.github.io/ecma262/#prod-LeadSurrogate with the same section in http://ecma-international.org/ecma-262/6.0/#sec-patterns.

E.g. [match, only, if, the, SV, Hex4Digits, is, in, the, inclusive, range, xD800, to, xDBFF] should be [match only if the SV Hex4Digits is in the inclusive range xD800 to xDBFF].

@bterlson
Copy link
Member

Yeah, the match only if and but only if annotations are not working. Looks like we need support in @rbuckton's grammarkdown. If it's something we can fix soon I'll wait, otherwise I'll rewrite these productions in emu.

@bterlson bterlson added rendering bug A bug in the rendering of the spec on the web. snapshot blocking labels Feb 18, 2016
@bterlson
Copy link
Member

Fixed in 7ba2fec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rendering bug A bug in the rendering of the spec on the web.
Projects
None yet
Development

No branches or pull requests

2 participants