JDK-8201461 : JShell: Raw string literals doesn't work with java comments
  • Type: Bug
  • Component: tools
  • Sub-Component: jshell
  • Affected Version: 12
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2018-04-12
  • Updated: 2018-09-17
  • Resolved: 2018-09-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 12
12Resolved
Related Reports
Blocks :  
Duplicate :  
Description
Write in jshell

jshell> `/**hello*/`
$23 ==> "          "

jshell> `//hello`
|  Error:
|  unclosed string literal
|  `//hello`
|  ^
|  Error:
|  reached end of file while parsing
|  `//hello`
|   ^

Comments
In that this is in the Amber repo, either it will wait until integrated in the main line or I can work with someone on the Amber project
16-04-2018