Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 706b976

Browse files
committed
lint($compile) : another missing whitespace in tests
1 parent e90c02e commit 706b976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/compileSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11179,7 +11179,7 @@ describe('$compile', function() {
1117911179
element = $compile('<svg><whatever xlink:href="{{ testUrl }}"></whatever></svg>')($rootScope);
1118011180
$rootScope.testUrl = 'https://bad.example.org';
1118111181

11182-
expect(function(){
11182+
expect(function() {
1118311183
$rootScope.$apply();
1118411184
}).toThrowError(/\$sce:insecurl/);
1118511185
});

0 commit comments

Comments
 (0)