You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When terminal is created with a default parser and eofOnEscapedNewLine is set to true, tab completion on value that starts with '' will fail to EOFError exception.
prompt >test \Mar 06, 2019 1:56:14 PM org.jline.utils.Log logr
INFO: Error while parsing line
org.jline.reader.EOFError: Escaped new line
at org.jline.reader.impl.DefaultParser.parse(DefaultParser.java:213)
at org.jline.reader.impl.LineReaderImpl.doComplete(LineReaderImpl.java:3971)
at org.jline.reader.impl.LineReaderImpl.expandOrComplete(LineReaderImpl.java:3894)
at org.jline.reader.impl.LineReaderImpl$1.apply(LineReaderImpl.java:3506)
at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:587)
at com.netrias.ade.shell.Shell.startShell(Shell.java:48)
at com.netrias.ade.shell.Shell.main(Shell.java:28)
prompt >
When terminal is created with a default parser and eofOnEscapedNewLine is set to true, tab completion on value that starts with '' will fail to EOFError exception.
Issue may be related to #257.
The text was updated successfully, but these errors were encountered: