]> git.kaiwu.me - njs.git/commit
Fixed String.prototype.replace() when function returns non-string.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 14 Apr 2020 12:43:09 +0000 (12:43 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 14 Apr 2020 12:43:09 +0000 (12:43 +0000)
commit8a1ab45848edba012c3f54c6d0db67545c1bf82b
tree49333b2287b2aeefe9f0383e1e872d7abf643e44
parent98b4a762fcf35e2d99c8a36bf90b413fa5b282de
Fixed String.prototype.replace() when function returns non-string.

This closes #303 issue on Github.
src/njs_string.c
src/test/njs_unit_test.c