]> git.kaiwu.me - njs.git/commit
Throwing SyntaxError for octal escape sequences and \8 and \9.
authorVadim Zhestikov <v.zhestikov@f5.com>
Mon, 11 Jul 2022 14:25:03 +0000 (07:25 -0700)
committerVadim Zhestikov <v.zhestikov@f5.com>
Mon, 11 Jul 2022 14:25:03 +0000 (07:25 -0700)
commit7f633259fc546c5c97621030f1cfc6a7bb54eb7e
treecf576283dea73af84cd07a09544a1108fde3ffeb
parent7f37bf30ee5b43ee346649ce66c823a435bd70d8
Throwing SyntaxError for octal escape sequences and \8 and \9.

Error messages are same as messages generated by FireFox, because
they are looks more informative in comparison with messages
generated by chrome, nodejs, quickjs.
src/njs_parser.c
src/test/njs_unit_test.c