Fixes #3 - allow multiline strings that have the first line non-empty.#4
Fixes #3 - allow multiline strings that have the first line non-empty.#4dfherr merged 5 commits intoexperteer:masterfrom mgruner:multiline-strings
Conversation
|
Looks good. A few things though:
|
|
@dfherr all changes applied as suggested. Let me know if this is ok. For the benchmark, I executed Thanks! |
|
Looks good. Gonna test myself tomorrow and then merge/release if everything also looks fine for me locally. I actually totally forgot I added a benchmark command to the Rakefile 😆 Thanks for your work! |
|
Thanks @dfherr! |
|
@dfherr there is one place that I probably overlooked. The invocation of |
|
@dfherr can you perhaps give an estimate when you may be able to merge and release this fix? 🙏 |
|
So, got some time to run local tests and check out the profiler. Performance hit seems to be somewhere in the ballpark of 1-2%. That's certainly not too bad, so I'm gonna go ahead and merge. Thanks for your contribution! |
This changes the detection of multiline strings to not rely on an empty first string
"", but instead the presence of another string on the next line (starting with").