mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 08:24:23 +02:00
Follow up for tagging tests with U+180E
This commit is contained in:
parent
60782de95e
commit
249935bd37
@ -16,6 +16,7 @@ info: >
|
|||||||
It is useful to allow format-control characters in source text to facilitate
|
It is useful to allow format-control characters in source text to facilitate
|
||||||
editing and display. All format control characters may be used within comments,
|
editing and display. All format control characters may be used within comments,
|
||||||
and within string literals, template literals, and regular expression literals.
|
and within string literals, template literals, and regular expression literals.
|
||||||
|
features: [u180e]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
// U+180E in comments; UTF8(0x180E) = 0xE1 0xA0 0x8E
|
// U+180E in comments; UTF8(0x180E) = 0xE1 0xA0 0x8E
|
||||||
|
@ -16,6 +16,7 @@ info: >
|
|||||||
It is useful to allow format-control characters in source text to facilitate
|
It is useful to allow format-control characters in source text to facilitate
|
||||||
editing and display. All format control characters may be used within comments,
|
editing and display. All format control characters may be used within comments,
|
||||||
and within string literals, template literals, and regular expression literals.
|
and within string literals, template literals, and regular expression literals.
|
||||||
|
features: [u180e]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
// U+180E in comments; UTF8(0x180E) = 0xE1 0xA0 0x8E
|
// U+180E in comments; UTF8(0x180E) = 0xE1 0xA0 0x8E
|
||||||
|
@ -23,6 +23,7 @@ info: >
|
|||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
features: [u180e]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
throw "Test262: This statement should not be evaluated.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user