File: other_id_continue-escaped.js

package info (click to toggle)
qtdeclarative-opensource-src 5.15.2%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 259,220 kB
  • sloc: javascript: 512,396; cpp: 493,894; xml: 8,892; python: 3,304; ansic: 2,764; sh: 206; makefile: 59; php: 27
file content (37 lines) | stat: -rw-r--r-- 711 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// Copyright (C) 2017 André Bargull. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
esid: sec-names-and-keywords
description: Test grandfathered characters of ID_Continue.
info: |
  Grandfathered characters (Other_ID_Start + Other_ID_Continue)
---*/

// Other_ID_Start (Unicode 4.0)
var a\u2118;
var a\u212E;
var a\u309B;
var a\u309C;

// Other_ID_Start (Unicode 9.0)
var a\u1885;
var a\u1886;

// Other_ID_Continue (Unicode 4.1)
var a\u1369;
var a\u136A;
var a\u136B;
var a\u136C;
var a\u136D;
var a\u136E;
var a\u136F;
var a\u1370;
var a\u1371;

// Other_ID_Continue (Unicode 5.1)
var a\u00B7;
var a\u0387;

// Other_ID_Continue (Unicode 6.0)
var a\u19DA;