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
Echoing multiline strings with a line ending with a closing bracket should work correctly.
When I printed a multiline string with the first line ending with a closing square bracket, the first line didn't show, while the other lines did.
term is an instance of the terminal.
term
term.echo(`haha [ 123`);
Then only the second line 123 showed.
123
Browser: Chrome 62.0.3202.94 OS: Linux Mint 18.2
The text was updated successfully, but these errors were encountered:
Sorry, forget about this bug in version 1.11.0 will fix soon and it will be in version 1.11.1
Sorry, something went wrong.
fix issue with last character in line beeing closing braket #358
48c945d
The fix is in devel branch.
in version 1.11.1
No branches or pull requests
Expected behavior
Echoing multiline strings with a line ending with a closing bracket should work correctly.
Actual behavior
When I printed a multiline string with the first line ending with a closing square bracket, the first line didn't show, while the other lines did.
Steps to reproduce
term
is an instance of the terminal.Then only the second line
123
showed.Browser and OS
Browser: Chrome 62.0.3202.94
OS: Linux Mint 18.2
The text was updated successfully, but these errors were encountered: