зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1315242 - Part 3: Add a test input for syntax error in Evaluation Result. r=bgrins
This commit is contained in:
Родитель
ea7adec077
Коммит
2d87695fd3
|
@ -92,7 +92,8 @@ console.log(
|
|||
// Evaluation Result
|
||||
const evaluationResultCommands = [
|
||||
"new Date(0)",
|
||||
"asdf()"
|
||||
"asdf()",
|
||||
"1 + @"
|
||||
];
|
||||
|
||||
let evaluationResult = new Map(evaluationResultCommands.map(cmd => [cmd, cmd]));
|
||||
|
|
Загрузка…
Ссылка в новой задаче