2017-12-08 22:22:26 +01:00
|
|
|
// Copyright (C) 2017 André Bargull. All rights reserved.
|
|
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
|
|
|
|
/*---
|
2017-12-19 21:40:12 +01:00
|
|
|
esid: sec-names-and-keywords
|
|
|
|
description: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Continue character.
|
2018-01-05 18:26:51 +01:00
|
|
|
info: |
|
2017-12-08 22:22:26 +01:00
|
|
|
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
|
|
|
|
negative:
|
|
|
|
type: SyntaxError
|
2018-01-17 19:39:15 +01:00
|
|
|
phase: parse
|
2017-12-08 22:22:26 +01:00
|
|
|
---*/
|
|
|
|
|
2018-09-27 01:18:22 +02:00
|
|
|
failIfCodeGetsEvaluated();
|
2017-12-08 22:22:26 +01:00
|
|
|
|
|
|
|
var a\u2E2F;
|