-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Tab in multi-line input causes org.jline.reader.EOFError #2350
Labels
Comments
Tested in master - this is no longer an issue. @rmoff, would you mind re-testing to ensure you agree, please? |
spena
pushed a commit
that referenced
this issue
May 7, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default, KSQL CLI will ignore the tab character at the beginning of a new line. However if a multi-line statement is used, a tab will cause an error:
To reproduce the above, enter the keys
P R I N T \ <return> <tab>
The reason that this is a problem is that pasted code samples may inadvertently have tabs present, causing a confusing experience for the user.
Confluent Platform 5.1.0
The text was updated successfully, but these errors were encountered: