Skip to content
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

Term.echo a line ending with closing bracket not shown #358

Closed
arucil opened this issue Dec 7, 2017 · 3 comments
Closed

Term.echo a line ending with closing bracket not shown #358

arucil opened this issue Dec 7, 2017 · 3 comments

Comments

@arucil
Copy link

arucil commented Dec 7, 2017

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.

term.echo(`haha [
123`);

Then only the second line 123 showed.

Browser and OS

Browser: Chrome 62.0.3202.94
OS: Linux Mint 18.2

@jcubic
Copy link
Owner

jcubic commented Dec 19, 2017

Sorry, forget about this bug in version 1.11.0 will fix soon and it will be in version 1.11.1

@jcubic
Copy link
Owner

jcubic commented Dec 24, 2017

The fix is in devel branch.

@jcubic jcubic closed this as completed Dec 26, 2017
@jcubic
Copy link
Owner

jcubic commented Dec 26, 2017

in version 1.11.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants