json-to-ast icon indicating copy to clipboard operation
json-to-ast copied to clipboard

fix: Whitespace expect space is not allowed in strings

Open SyMind opened this issue 4 years ago • 2 comments
trafficstars

ECMA 404 Standard

Whitespace is any sequence of one or more of the following code points: character tabulation (U+0009), line feed (U+000A), carriage return (U+000D), and space (U+0020). Whitespace is not allowed within any token, except that space is allowed in strings.

SyMind avatar Apr 02 '21 13:04 SyMind

@vtrushin

SyMind avatar Apr 02 '21 13:04 SyMind

@SyMind Thanks! I'll see it at weekend

vtrushin avatar Apr 02 '21 17:04 vtrushin