mirror of https://github.com/tc39/test262.git
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
|
||||
editing and display. All format control characters may be used within comments,
|
||||
and within string literals, template literals, and regular expression literals.
|
||||
features: [u180e]
|
||||
---*/
|
||||
|
||||
// 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
|
||||
editing and display. All format control characters may be used within comments,
|
||||
and within string literals, template literals, and regular expression literals.
|
||||
features: [u180e]
|
||||
---*/
|
||||
|
||||
// U+180E in comments; UTF8(0x180E) = 0xE1 0xA0 0x8E
|
||||
|
|
|
@ -23,6 +23,7 @@ info: >
|
|||
negative:
|
||||
phase: early
|
||||
type: SyntaxError
|
||||
features: [u180e]
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
|
Loading…
Reference in New Issue