blob: 5e0af0e99aea8958aff794e3fe5261a7f5c4715d [file] [log] [blame]
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* Line Terminator between LeftHandSideExpression and "--" is not allowed
*
* @path ch11/11.3/11.3.2/S11.3.2_A1.1_T3.js
* @description Checking Page separator
* @negative
*/
//CHECK#1
eval("var x = 1; x\u2028--");