-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't change \n to an actual newline #29
Comments
🙏 Thanks for finding these issues @aboyton! Keep em coming 😉 |
No worries. Not sure how much time I'll have to help with the coding, but very happy to help with the testing. I've got a reasonably large PHP codebase to run this on. |
WIP |
@mgrip sorry, did not have time today, tomorrow I will do |
No worries, thanks! |
@evilebottnawi fixed with #136 |
This still appears to be happening for me in certain cases, in particular if I have a variable directly in a string like below. I'm happy to open a new issue if you'd like. printf("Query run in $queryTimeTaken seconds.\n"); |
Done in #263 |
First up, awesome work on this project, I'm really excited. I seem to recall there was some discussion about this for JavaScript but I can't find the issue.
Right now this converts
into
Personally I think it is nicer to leave the
\n
alone.The text was updated successfully, but these errors were encountered: