fix corner cases in preserve_line (#3212)
This commit is contained in:
@@ -93,6 +93,6 @@ regexp: {
|
||||
RegExp("should", "fail");
|
||||
}
|
||||
expect_warnings: [
|
||||
'WARN: Error converting RegExp("should","fail") [test/compress/issue-269.js:86,2]',
|
||||
'WARN: Error converting RegExp("should","fail") [test/compress/issue-269.js:5,2]',
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user