]> git.kaiwu.me - njs.git/commit
Parser: fixed parsing return statement without semicolon.
authorAlexander Borisov <alexander.borisov@nginx.com>
Tue, 14 Jul 2020 11:49:46 +0000 (14:49 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Tue, 14 Jul 2020 11:49:46 +0000 (14:49 +0300)
commitad26dbe7fc3701895bb1e74d1607ff0b9ec587dd
treec6b736fad62a66a2c69dd6f1eb7e572126fa7ddd
parent74511ee890f7fca36e0ed828370816abe9b0e92e
Parser: fixed parsing return statement without semicolon.

The issue was introduced in 86f55a7dc4a4.

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