code points above Latin1 are not recognized as white space #665
Labels
confirmed
issue reported has been reproduced
fixed - please verify
Issue has been fixed. Please verify and close.
Environment: XS 10.5.0
Description
In the ECMAScript lexical grammar, WhiteSpace is defined to include ASCII tab/vertical tab/form feed/space, nonbreaking space, BOM/zero-width nonbreaking space, and any code point with the Unicode property “Space_Separator”, and LineTerminator is any of U+000A LINE FEED, U+000D CARRIAGE RETURN, U+2028 LINE SEPARATOR, and U+2029 PARAGRAPH SEPARATOR. Both are required to be insignificant in between expression tokens, but XS does not seem to recognize WhiteSpace code points above the Latin-1 Supplement block.
Steps to Reproduce
0
(i.e., a numeric literal followed by U+1680 OGHAM SPACE MARK).Expected behavior
Actual behavior
Script
The text was updated successfully, but these errors were encountered: