]> git.kaiwu.me - njs.git/commit
Fixed String.prototype.split() according to the specification.
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 9 Jun 2021 17:14:10 +0000 (17:14 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Wed, 9 Jun 2021 17:14:10 +0000 (17:14 +0000)
commit308fea06c9a328de88fccbdfc08576b911552d6f
tree6bc1106b6685f2c75a7d5002a22f39ac5879e0aa
parent8479c41b18ca3632a201749da098a3c67e9bb143
Fixed String.prototype.split() according to the specification.

This closes #359 issue on GitHub.
src/njs_regexp.c
src/njs_string.c
src/njs_string.h
src/test/njs_benchmark.c
src/test/njs_unit_test.c