]> git.kaiwu.me - njs.git/commit
Fixed parsing of invalid for-in statement.
authorVadim Zhestikov <v.zhestikov@f5.com>
Thu, 1 Jun 2023 16:39:25 +0000 (09:39 -0700)
committerVadim Zhestikov <v.zhestikov@f5.com>
Thu, 1 Jun 2023 16:39:25 +0000 (09:39 -0700)
commitd9849af02b660b9aedaa27ed2e6fa594b73235db
tree236d015c837a5d8d82bd2a03e3c287354943ed66
parent7cead79e996fa5ad5159254956ca05f05a06644a
Fixed parsing of invalid for-in statement.

The issue was introduced in: b9d18d4dd34e
src/njs_parser.c
src/test/njs_unit_test.c