blob: 309704fef9d4befb7e4891de53d8f212d6090eb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* When appears not closed double-quote program failes
*
* @path ch08/8.4/S8.4_A14_T1.js
* @description Try to create variable using 1 double-quote
* @negative
*/
var str = ";
|