]> git.kaiwu.me - njs.git/commit
Fixed handling of empty block statements.
authorhongzhidao <hongzhidao@gmail.com>
Mon, 20 May 2019 15:14:29 +0000 (23:14 +0800)
committerhongzhidao <hongzhidao@gmail.com>
Mon, 20 May 2019 15:14:29 +0000 (23:14 +0800)
commit0622766ebf5bcd6801620be847294595257e28fd
treef56e90d1e68734f7664f654b5cdb7a03d5f16ad6
parent0bcb290ae8e1d49b95986ae18a4a93bc84e700b8
Fixed handling of empty block statements.

This closes #165 issue on Github.
njs/njs_generator.c
njs/njs_parser.c
njs/test/njs_unit_test.c