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 grandfathered characters of ID_Start.
|
|
|
|
|
info: |
|
2017-12-08 22:22:26 +01:00
|
|
|
|
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
|