Implement \u{hex} support. (#3447)
A large rework because surrogate pairs must be combined. Currently only the 0x10C80..0x10CF2 is accepted as valid identifier character from the non-basic plane. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
committed by
Dániel Bátyai
parent
1db16c3a1c
commit
40d930d62c
@@ -284,6 +284,7 @@ def create_binary(job, options):
|
||||
subprocess.check_output(build_cmd)
|
||||
ret = 0
|
||||
except subprocess.CalledProcessError as err:
|
||||
print(err.output)
|
||||
ret = err.returncode
|
||||
|
||||
BINARY_CACHE[binary_key] = (ret, build_dir_path)
|
||||
|
||||
Reference in New Issue
Block a user