You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to ES6.0, the syntax of Template Literal Lexical Components has explained that the LineTerminatorSequence could appear in the template string. But rhino throws an exception at compilation when <LF> appears in the string below. This may be an issue of rhino.
line 2: unterminated string literal
var str2 = `hello
................^
line 3: unterminated string literal
rhino`;
......^
line 1: Compilation produced 2 syntax errors.
I want to contribute , this is my first issue in Open Source!
I have experience in competitive programming..
I am not getting any idea on how to proceed to my first issue, please do guide!!!
According to ES6.0, the syntax of Template Literal Lexical Components has explained that the
LineTerminatorSequence
could appear in the template string. But rhino throws an exception at compilation when<LF>
appears in the string below. This may be an issue of rhino.version
command
testcase
output
expected output
contributor:@YuanWangC
The text was updated successfully, but these errors were encountered: