unbounce / iidy

iidy (Is it done yet?) -- CloudFormation with Confidence
MIT License
52 stars 7 forks source link

Handle split delimiter at end of string better #56

Closed jpb closed 6 years ago

jpb commented 6 years ago

Previously, split would turn a,b,c, into ['a','b','c','']. This PR ensures there is no additional element if there is a trailing delimiter.