commit | eef8fbd14c9fa0d8189ad9830db4644bea6961b2 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Wed Oct 05 00:34:25 2016 -0700 |
committer | Bill Wendling <morbo@google.com> | Wed Oct 05 01:56:38 2016 -0700 |
tree | c0516c0885ec2997b79627ffe9c241ae7724285d | |
parent | 690132aea28887c7a875f51da8f34cb591278f0f [diff] |
Split before first elem in list If the list terminates with a comma, then we want to split before all elements including the first element, assuming that there's more than one element in the lsit. Closes #313