Adds proper handling of an open split character.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 24 Aug 2015 04:37:11 +0000 (05:37 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 24 Aug 2015 05:50:44 +0000 (06:50 +0100)
commitb53c8f837d368b4208df747a16fea46495b4b0c0
tree3caa473a0c11fa2dab47b3ebe2b3800c0a76d911
parentf2d2a8e4ae9ccee16b300c97d40467fbd8d753a4
Adds proper handling of an open split character.

When split value starts with an level openinig character we were not
handling such cases correctly.
lib/utils/split.js
test/utils/split-test.js