Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-JSR-1
-
Fix Version/s: 1.0-JSR-1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
// Test Script File : This does not work if the last line contains the single line comment.
println("Hello");
println 5; // a comment line <EOF here without CR>
This was fixed, and so closed.