6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
// Error: :6:1: Unterminated template literal
|
|
|
|
function f() {}
|
|
|
|
f`not closed \`
|