mirror of https://github.com/tc39/test262.git
16 lines
335 B
JavaScript
16 lines
335 B
JavaScript
// 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;
|