Fix whitespace ranges for ES.next profile (#4110)

JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai daniel.batyai@h-lab.eu
This commit is contained in:
Dániel Bátyai
2020-08-06 14:26:41 +02:00
committed by GitHub
parent 3d44b26aeb
commit 25117ad56b
6 changed files with 11 additions and 50 deletions
+1
View File
@@ -43,6 +43,7 @@
#define LIT_CHAR_FF ((ecma_char_t) 0x000C) /* form feed */
#define LIT_CHAR_SP ((ecma_char_t) 0x0020) /* space */
#define LIT_CHAR_NBSP ((ecma_char_t) 0x00A0) /* no-break space */
#define LIT_CHAR_MVS ((ecma_char_t) 0x180E) /* mongolian vowel separator */
/* LIT_CHAR_BOM is defined above */
bool lit_char_is_white_space (lit_code_point_t c);