]> git.kaiwu.me - njs.git/commit
Fixed handling of unexpected tokens in parser.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 22 Nov 2018 12:02:19 +0000 (15:02 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 22 Nov 2018 12:02:19 +0000 (15:02 +0300)
commita42dadd0af51f7fb56a1e4daf3c54eaca269536a
treeb2199a840481253dba9ce316af722d6d5a5168ba
parent2ab1bdae139b19adcf57d62f4c3667741239da76
Fixed handling of unexpected tokens in parser.

This fixes #50 issue on Github.
njs/njs.c
njs/njs_parser.c
njs/test/njs_interactive_test.c
njs/test/njs_unit_test.c