]> git.kaiwu.me - njs.git/commit
Updated the list of space separators in String.prototype.trim().
authorValentin Bartenev <vbart@nginx.com>
Sun, 28 Jul 2019 10:17:13 +0000 (13:17 +0300)
committerValentin Bartenev <vbart@nginx.com>
Sun, 28 Jul 2019 10:17:13 +0000 (13:17 +0300)
commit1dc0caef49e7b66ee2be84e504364dd6785869f4
tree7ac8e5c0398161f29d42efb49fc6e3eea606beec
parentf05a6e979ffff9e3dfd471b5184c332b1ad1cffb
Updated the list of space separators in String.prototype.trim().

According to the specification it must include all Unicode code points listed
in the "Space_Separator" (Zs) category.
njs/njs_string.c
njs/test/njs_unit_test.c