mirror of https://github.com/lukechilds/node.git
Browse Source
Use lastPos ONLY for tracking what has been .slice()'d, never as an indication of if key/value has been seen, since lastPos is updated on seeing + as well. PR-URL: https://github.com/nodejs/node/pull/14151 Fixes: https://github.com/nodejs/node/issues/13773 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>v6
Timothy Gu
8 years ago
3 changed files with 34 additions and 12 deletions
Loading…
Reference in new issue