Skip to content

Commit 0e808c7

Browse files
authored
Move 2 tests from fail/ to pass/ due to LS and PS (tc39#30)
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
1 parent de8a208 commit 0e808c7

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

pass-explicit/647e21f8f157c338.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
'
'

pass-explicit/8af69d8f15295ed2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
'
'
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)