We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Text that contain /r should be echo normally
it remove text before \r to beginning of the line
$.terminal.active().echo("<!DOCTYPE html>\r\n<html>\r\n<body>\r\n<textarea autofocus><\/textarea>\r\n<\/body>\r\n<\/html>")
you will only see blank lines and </html> at the end.
</html>
The text was updated successfully, but these errors were encountered:
There is function crlf that clear \r that located in cmd plugin, it need to be put outside and use in echo.
crlf
\r
cmd
Sorry, something went wrong.
fix build on windows + fix for echo crlf #408
25dc30b
No branches or pull requests
Expected behavior
Text that contain /r should be echo normally
Actual behavior
it remove text before \r to beginning of the line
Steps to reproduce
you will only see blank lines and
</html>
at the end.The text was updated successfully, but these errors were encountered: