sideways hangs when trying to move string literal inside a bracket list
audriusk opened this issue · 2 comments
audriusk commented
When trying to move a string literal inside a bracket list
['foo', 'bar', 'baz']
sideways hangs, consuming 100% of one of my CPU cores, until I cancel it by hitting ^C.
AndrewRadev commented
Whoops. Sorry about that, I knew I should've written a more extensive test suite. Thanks for reporting.
I've pushed a commit to master that should fix this problem. Could you check it out and let me know if it works for you?
audriusk commented
Works now, thanks for a quick fix!