Skip to content
Snippets Groups Projects
Commit 249935bd authored by Leo Balter's avatar Leo Balter Committed by Rick Waldron
Browse files

Follow up for tagging tests with U+180E

parent 60782de9
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ info: > ...@@ -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: > ...@@ -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: > ...@@ -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.";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment