Description
If a line starting with // is executed the script stops and the following lines are not executed anymore.
Current behavior
Running a script in interactive mode:
some command
// commented out command
another command
another command is not executed anymore
Wanted behavior
Only commented line should be ignored. Script should continue with next line.
References
This seems to be similar to #1189
Version
spring boot 4.0.2
spring shell 4.0.1
Linux