mirror of https://github.com/tc39/test262.git
20 lines
458 B
JavaScript
20 lines
458 B
JavaScript
|
// Copyright (C) 2017 André Bargull. All rights reserved.
|
|||
|
// This code is governed by the BSD license found in the LICENSE file.
|
|||
|
|
|||
|
/*---
|
|||
|
id: sec-names-and-keywords
|
|||
|
info: Test grandfathered characters of ID_Start.
|
|||
|
description: >
|
|||
|
Grandfathered characters (Other_ID_Start)
|
|||
|
---*/
|
|||
|
|
|||
|
// Other_ID_Start (Unicode 4.0)
|
|||
|
var ℘; // U+2118
|
|||
|
var ℮; // U+212E
|
|||
|
var ゛; // U+309B
|
|||
|
var ゜; // U+309C
|
|||
|
|
|||
|
// Other_ID_Start (Unicode 9.0)
|
|||
|
var ᢅ; // U+1885
|
|||
|
var ᢆ; // U+1886
|