docs($sanitize): fix incorrect test description

This commit is contained in:
Georgios Kalpakas
2017-03-20 16:26:14 +02:00
parent d94153939c
commit 70dbb15846
+1 -1
View File
@@ -246,7 +246,7 @@ describe('HTML', function() {
.toEqual('<p>text1text2</p>');
});
it('should remove clobbered elements', function() {
it('should throw on clobbered elements', function() {
inject(function($sanitize) {
expect(function() {
$sanitize('<form><input name="parentNode" /></form>');