This commit is contained in:
Andrew Naylor 2015-03-02 18:53:40 +00:00
Родитель 1d438abcbb
Коммит 88ea048201
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -117,7 +117,7 @@ describe("Notification", function() {
note.trim(trimLength);
expect(note.length()).to.equal(4096);
});
})
});
describe("alert with escape sequences", function() {
it("strips correctly", function () {