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: * When appears not closed double-quote program failes michael@0: * michael@0: * @path ch08/8.4/S8.4_A14_T3.js michael@0: * @description Try to create variable using 4 double-quote michael@0: * @negative michael@0: */ michael@0: michael@0: var str = """"; michael@0: