michael@0: // Copyright 2009 the Sputnik authors. All rights reserved. michael@0: // This code is governed by the BSD license found in the LICENSE file. michael@0: michael@0: /** michael@0: * Line Terminator between LeftHandSideExpression and "++" is not allowed michael@0: * michael@0: * @path ch11/11.3/11.3.1/S11.3.1_A1.1_T4.js michael@0: * @description Checking Paragraph separator michael@0: * @negative michael@0: */ michael@0: michael@0: //CHECK#1 michael@0: eval("var x = 1; x\u2029++"); michael@0: