]> git.kaiwu.me - njs.git/commit
Fixed parsing of hex, oct and binary literals with no digits.
authorVadim Zhestikov <v.zhestikov@f5.com>
Mon, 29 Jan 2024 16:57:49 +0000 (08:57 -0800)
committerVadim Zhestikov <v.zhestikov@f5.com>
Mon, 29 Jan 2024 16:57:49 +0000 (08:57 -0800)
commitcb08cd0af86f475f49af2de9efae269b4cd44182
tree299b4e3457e26e63d57895617ce54d5e43436f15
parent185b9a5dcd1b557794c174ae33061850c19920f1
Fixed parsing of hex, oct and binary literals with no digits.
src/njs_lexer.c
src/test/njs_unit_test.c