blob: 275bf56821860f50ae107b726c8a269f9082a26a (
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 non-joiner is not a valid identifier start
negative:
phase: parse
type: SyntaxError
---*/
$DONOTEVALUATE();
var \u200C;
|