-
Notifications
You must be signed in to change notification settings - Fork 394
Quotes Should Not Be Recognized In Comments #277
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
Labels
Milestone
Comments
I also have found this to be a problem, especially when running script files as mentioned. Is there a way to up-vote a fix for this? If someone can point to where this might be broken (spring shell vs jLine) maybe I can dig into a fix. |
polo7
added a commit
to polo7/spring-shell
that referenced
this issue
Jun 8, 2024
Dear colleagues, I've created a PR to fix this issue. Could you please approve merging if there are no objections. |
polo7
added a commit
to polo7/spring-shell
that referenced
this issue
Apr 25, 2025
polo7
added a commit
to polo7/spring-shell
that referenced
this issue
Apr 25, 2025
polo7
added a commit
to polo7/spring-shell
that referenced
this issue
Apr 28, 2025
polo7
added a commit
to polo7/spring-shell
that referenced
this issue
Apr 29, 2025
polo7
added a commit
to polo7/spring-shell
that referenced
this issue
Apr 29, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Both double and single quotes are recognized (or "active") inside of comments, which I think is a bug. The following two line Spring Shell script will not print help:
// don't do this
help
And if you put those two lines in a file, and try to run it with the at-sign on the command line, it will crash and you will get this:
Caused by: org.jline.reader.EOFError: Missing closing quote
The text was updated successfully, but these errors were encountered: