]> git.kaiwu.me - njs.git/commit
Fixed String.prototype.replace() according to the specification.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 2 Jul 2020 14:00:16 +0000 (14:00 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 2 Jul 2020 14:00:16 +0000 (14:00 +0000)
commit04fea5ccd24a0b1db19ffc5d255d7ddc6ea7c944
tree051ccc5a11a029ef42c206f24d58ea724dd77d5a
parentcdf66fc521a4f98541acd448c8e6b85510279ee4
Fixed String.prototype.replace() according to the specification.

This closes #308 issue on Github.
src/njs_regexp.c
src/njs_string.c
src/njs_string.h
src/njs_value.c
src/njs_value.h
src/test/njs_unit_test.c