mirror of https://github.com/tc39/test262.git
Correct descriptions w.r.t. identifier start/part characters
Ref. https://github.com/mathiasbynens/caniunicode/issues/3.
This commit is contained in:
parent
1c3d1e3026
commit
b005b63273
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v10.0.0 ID_Continue characters are accepted as
|
||||
identifier start characters in escaped form, i.e.
|
||||
identifier part characters in escaped form, i.e.
|
||||
- \uXXXX or \u{XXXX} for BMP symbols
|
||||
- \u{XXXXXX} for astral symbols
|
||||
info: |
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v10.0.0 ID_Continue characters are accepted as
|
||||
identifier start characters.
|
||||
identifier part characters.
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/caniunicode
|
||||
---*/
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v11.0.0 ID_Continue characters are accepted as
|
||||
identifier start characters in escaped form, i.e.
|
||||
identifier part characters in escaped form, i.e.
|
||||
- \uXXXX or \u{XXXX} for BMP symbols
|
||||
- \u{XXXXXX} for astral symbols
|
||||
info: |
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v11.0.0 ID_Continue characters are accepted as
|
||||
identifier start characters.
|
||||
identifier part characters.
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/caniunicode
|
||||
---*/
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v12.0.0 ID_Continue characters are accepted as
|
||||
identifier start characters in escaped form, i.e.
|
||||
identifier part characters in escaped form, i.e.
|
||||
- \uXXXX or \u{XXXX} for BMP symbols
|
||||
- \u{XXXXXX} for astral symbols
|
||||
info: |
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v12.0.0 ID_Continue characters are accepted as
|
||||
identifier start characters.
|
||||
identifier part characters.
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/caniunicode
|
||||
---*/
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v13.0.0 ID_Continue characters are accepted as
|
||||
identifier start characters in escaped form, i.e.
|
||||
identifier part characters in escaped form, i.e.
|
||||
- \uXXXX or \u{XXXX} for BMP symbols
|
||||
- \u{XXXXXX} for astral symbols
|
||||
info: |
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v13.0.0 ID_Continue characters are accepted as
|
||||
identifier start characters.
|
||||
identifier part characters.
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/caniunicode
|
||||
---*/
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v5.2.0 ID_Continue characters are accepted as
|
||||
identifier start characters in escaped form, i.e.
|
||||
identifier part characters in escaped form, i.e.
|
||||
- \uXXXX or \u{XXXX} for BMP symbols
|
||||
- \u{XXXXXX} for astral symbols
|
||||
info: |
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v5.2.0 ID_Continue characters are accepted as
|
||||
identifier start characters.
|
||||
identifier part characters.
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/caniunicode
|
||||
---*/
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v6.0.0 ID_Continue characters are accepted as
|
||||
identifier start characters in escaped form, i.e.
|
||||
identifier part characters in escaped form, i.e.
|
||||
- \uXXXX or \u{XXXX} for BMP symbols
|
||||
- \u{XXXXXX} for astral symbols
|
||||
info: |
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v6.0.0 ID_Continue characters are accepted as
|
||||
identifier start characters.
|
||||
identifier part characters.
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/caniunicode
|
||||
---*/
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v6.1.0 ID_Continue characters are accepted as
|
||||
identifier start characters in escaped form, i.e.
|
||||
identifier part characters in escaped form, i.e.
|
||||
- \uXXXX or \u{XXXX} for BMP symbols
|
||||
- \u{XXXXXX} for astral symbols
|
||||
info: |
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v6.1.0 ID_Continue characters are accepted as
|
||||
identifier start characters.
|
||||
identifier part characters.
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/caniunicode
|
||||
---*/
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v7.0.0 ID_Continue characters are accepted as
|
||||
identifier start characters in escaped form, i.e.
|
||||
identifier part characters in escaped form, i.e.
|
||||
- \uXXXX or \u{XXXX} for BMP symbols
|
||||
- \u{XXXXXX} for astral symbols
|
||||
info: |
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v7.0.0 ID_Continue characters are accepted as
|
||||
identifier start characters.
|
||||
identifier part characters.
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/caniunicode
|
||||
---*/
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v8.0.0 ID_Continue characters are accepted as
|
||||
identifier start characters in escaped form, i.e.
|
||||
identifier part characters in escaped form, i.e.
|
||||
- \uXXXX or \u{XXXX} for BMP symbols
|
||||
- \u{XXXXXX} for astral symbols
|
||||
info: |
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v8.0.0 ID_Continue characters are accepted as
|
||||
identifier start characters.
|
||||
identifier part characters.
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/caniunicode
|
||||
---*/
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v9.0.0 ID_Continue characters are accepted as
|
||||
identifier start characters in escaped form, i.e.
|
||||
identifier part characters in escaped form, i.e.
|
||||
- \uXXXX or \u{XXXX} for BMP symbols
|
||||
- \u{XXXXXX} for astral symbols
|
||||
info: |
|
||||
|
|
|
@ -6,7 +6,7 @@ author: Mathias Bynens
|
|||
esid: sec-names-and-keywords
|
||||
description: |
|
||||
Test that Unicode v9.0.0 ID_Continue characters are accepted as
|
||||
identifier start characters.
|
||||
identifier part characters.
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/caniunicode
|
||||
---*/
|
||||
|
|
Loading…
Reference in New Issue