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

DefaultParser for ParseContext.SPLIT_LINE contradicts javadoc #733

Closed
snuyanzin opened this issue Oct 21, 2021 · 0 comments
Closed

DefaultParser for ParseContext.SPLIT_LINE contradicts javadoc #733

snuyanzin opened this issue Oct 21, 2021 · 0 comments
Milestone

Comments

@snuyanzin
Copy link
Contributor

Javadoc says that

/** Parsed words will have all characters present in input line
* including quotes and escape chars.
* May throw EOFError in which case we have incomplete input.
*/
SPLIT_LINE,

However now it does not throw an Error for ParseContext.SPLIT_LINE

Probably it was changed here 99e5efe

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

Successfully merging a pull request may close this issue.

2 participants