Closed MikeHopcroft closed 5 years ago
s.split(' +') instead of s.split(' ')
Technically speaking, this isn't a bug, but it an easy pit to fall into.
Fixed in token-flow. Will close after token-flow integration #38.
s.split(' +') instead of s.split(' ')