зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1235159 - followup: Fix test_bug1112040.html to check updated message. r=bustage
This commit is contained in:
Родитель
366f31666c
Коммит
a54a44b9e0
|
@ -23,7 +23,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=1112040
|
|||
/** Test for Bug 1112040 **/
|
||||
SimpleTest.runTestExpectingConsoleMessages(
|
||||
function() { $('i').value = "42"; },
|
||||
[{ errorMessage: "SyntaxError: nothing to repeat" }]
|
||||
[{ errorMessage: /nothing to repeat/ }]
|
||||
);
|
||||
|
||||
</script>
|
||||
|
|
Загрузка…
Ссылка в новой задаче