]> git.kaiwu.me - njs.git/commit
Fixed rest parameter parsing without binding identifier.
authorAlexander Borisov <alexander.borisov@nginx.com>
Tue, 29 Jun 2021 14:08:23 +0000 (17:08 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Tue, 29 Jun 2021 14:08:23 +0000 (17:08 +0300)
commit33f3c476be4fc4dc314a83800cb89cd7ce56ef83
tree763fc884f13d6e51c90523d51e1f8d6e073861b7
parent32c00f8b6decc4dcc8f27278b5f3103df299581c
Fixed rest parameter parsing without binding identifier.

This closes #400 issue on GitHub.
src/njs_parser.c
src/test/njs_unit_test.c