You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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].
The text was updated successfully, but these errors were encountered:
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.
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]
.The text was updated successfully, but these errors were encountered: