Skip to content

Commit

Permalink
Move 2 tests from fail/ to pass/ due to LS and PS (tc39#30)
Browse files Browse the repository at this point in the history
These two tests were expected to raise a syntax error
because they involve a string literal containing
U+2028 (LINE SEPARATOR) or U+2029 (PARAGRAPH SEPARATOR),
which used to be disallowed.

However, those code points have been allowed in string literals
since the merge of tc39/ecma262#1188
  • Loading branch information
jmdyck authored May 27, 2021
1 parent de8a208 commit 0e808c7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pass-explicit/647e21f8f157c338.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'
'
1 change: 1 addition & 0 deletions pass-explicit/8af69d8f15295ed2.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'
'
File renamed without changes.
File renamed without changes.

0 comments on commit 0e808c7

Please sign in to comment.