Test various spaces in JavaScript source code. (#1554)
Fixes #1551. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
committed by
László Langó
parent
107c058bb1
commit
32f130916f
@@ -239,7 +239,7 @@ skip_spaces (parser_context_t *context_p) /**< context */
|
||||
&& context_p->source_p[2] == 0xbf)
|
||||
{
|
||||
/* Codepoint \uFEFF */
|
||||
context_p->source_p += 2;
|
||||
context_p->source_p += 3;
|
||||
context_p->column++;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user