blob: 3f7cf89c5a87f81004e372e72ac3f01f83eb45ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// |reftest| error:SyntaxError
// Copyright (C) 2020 Adam Kluball. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
author: Adam Kluball
esid: sec-names-and-keywords
description: zero width joiner is not a valid identifier start
negative:
phase: parse
type: SyntaxError
---*/
$DONOTEVALUATE();
var \u200D;
|