summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/identifiers/part-unicode-8.0.0-class.js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /js/src/tests/test262/language/identifiers/part-unicode-8.0.0-class.js
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'js/src/tests/test262/language/identifiers/part-unicode-8.0.0-class.js')
-rw-r--r--js/src/tests/test262/language/identifiers/part-unicode-8.0.0-class.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/js/src/tests/test262/language/identifiers/part-unicode-8.0.0-class.js b/js/src/tests/test262/language/identifiers/part-unicode-8.0.0-class.js
new file mode 100644
index 0000000000..94cf627dbc
--- /dev/null
+++ b/js/src/tests/test262/language/identifiers/part-unicode-8.0.0-class.js
@@ -0,0 +1,19 @@
+// Copyright 2022 Mathias Bynens. All rights reserved.
+// This code is governed by the BSD license found in the LICENSE file.
+
+/*---
+author: Mathias Bynens
+esid: prod-PrivateIdentifier
+description: |
+ Test that Unicode v8.0.0 ID_Continue characters are accepted as
+ identifier part characters in private class fields.
+info: |
+ Generated by https://github.com/mathiasbynens/caniunicode
+features: [class, class-fields-private]
+---*/
+
+class _ {
+ #_เฃฃ๊šž๏ธฎ๏ธฏ๐‘‡Š๐‘‡‹๐‘‡Œ๐‘Œ€๐‘—œ๐‘—๐‘œ๐‘œž๐‘œŸ๐‘œ ๐‘œก๐‘œข๐‘œฃ๐‘œค๐‘œฅ๐‘œฆ๐‘œง๐‘œจ๐‘œฉ๐‘œช๐‘œซ๐‘œฐ๐‘œฑ๐‘œฒ๐‘œณ๐‘œด๐‘œต๐‘œถ๐‘œท๐‘œธ๐‘œน๐จ€๐จ๐จ‚๐จƒ๐จ„๐จ…๐จ†๐จ‡๐จˆ๐จ‰๐จŠ๐จ‹๐จŒ๐จ๐จŽ๐จ๐จ๐จ‘๐จ’๐จ“๐จ”๐จ•๐จ–๐จ—๐จ˜๐จ™๐จš๐จ›๐จœ๐จ๐จž๐จŸ๐จ ๐จก๐จข๐จฃ๐จค๐จฅ๐จฆ๐จง๐จจ๐จฉ๐จช๐จซ๐จฌ๐จญ๐จฎ๐จฏ๐จฐ๐จฑ๐จฒ๐จณ๐จด๐จต๐จถ๐จป๐จผ๐จฝ๐จพ๐จฟ๐ฉ€๐ฉ๐ฉ‚๐ฉƒ๐ฉ„๐ฉ…๐ฉ†๐ฉ‡๐ฉˆ๐ฉ‰๐ฉŠ๐ฉ‹๐ฉŒ๐ฉ๐ฉŽ๐ฉ๐ฉ๐ฉ‘๐ฉ’๐ฉ“๐ฉ”๐ฉ•๐ฉ–๐ฉ—๐ฉ˜๐ฉ™๐ฉš๐ฉ›๐ฉœ๐ฉ๐ฉž๐ฉŸ๐ฉ ๐ฉก๐ฉข๐ฉฃ๐ฉค๐ฉฅ๐ฉฆ๐ฉง๐ฉจ๐ฉฉ๐ฉช๐ฉซ๐ฉฌ๐ฉต๐ช„๐ช›๐ชœ๐ช๐ชž๐ชŸ๐ชก๐ชข๐ชฃ๐ชค๐ชฅ๐ชฆ๐ชง๐ชจ๐ชฉ๐ชช๐ชซ๐ชฌ๐ชญ๐ชฎ๐ชฏ;
+};
+
+reportCompare(0, 0);