summaryrefslogtreecommitdiff
path: root/test/language/line-terminators/S7.3_A3.3_T1.js
blob: 8507e91c4c05e7be9dd0e2a1e36c852f87788915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2009 the Sputnik authors.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
info: >
    Single line comments are terminated by the LINE SEPARATOR (U+2028)
    character
es5id: 7.3_A3.3_T1
description: Insert LINE SEPARATOR (\u2028) into single line comment
negative:
  phase: early
  type: SyntaxError
---*/

throw "Test262: This statement should not be evaluated.";

// single line LS>
??? (invalid)