Bug 1235159 - followup: Fix test_bug1112040.html to check updated message. r=bustage

This commit is contained in:
Tooru Fujisawa 2016-01-16 15:22:09 +09:00
Родитель 366f31666c
Коммит a54a44b9e0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>