mirror of https://github.com/tc39/test262.git
11 lines
294 B
JavaScript
11 lines
294 B
JavaScript
// Copyright 2009 the Sputnik authors. All rights reserved.
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
/*---
|
|
info: When appears not closed single-quote program failes
|
|
description: Try to create variable using 3 single-quote
|
|
flags: [negative]
|
|
---*/
|
|
|
|
var str = ''';
|