idank / bashlex

Python parser for bash
GNU General Public License v3.0
558 stars 94 forks source link

fix multiple newlines + add some newline tests #76

Closed lacraig2 closed 2 years ago

lacraig2 commented 2 years ago

This PR fixes #74 and adds tests for newlines in multiple positions in the input.

lacraig2 commented 2 years ago

I found a better solution to this in a different PR.