Follow up for tagging tests with U+180E

This commit is contained in:
Leo Balter 2017-09-25 15:45:17 -04:00 committed by Rick Waldron
parent 60782de95e
commit 249935bd37
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -23,6 +23,7 @@ info: >
negative:
phase: early
type: SyntaxError
features: [u180e]
---*/
throw "Test262: This statement should not be evaluated.";