HaxeCheckstyle / haxeparser

A Haxe parser for Haxe
61 stars 23 forks source link

support multiline string interpolation #46

Closed AlexHaxe closed 6 years ago

AlexHaxe commented 6 years ago

fixes an issue with string interpolation spanning multiple lines from: https://github.com/HaxeCheckstyle/haxe-formatter/issues/261 and https://github.com/HaxeCheckstyle/haxe-formatter/issues/203

I've added a testcase, but tests don't run with neither Haxe 3.4.7 nor Haxe 4 preview 5, so I'm not sure if it works.

Simn commented 6 years ago

Thanks!