fix test description
This commit is contained in:
parent
af2d12134d
commit
bfa893fde9
@ -38,7 +38,7 @@ describe('Filters', function() {
|
||||
expect(result).toEqual(link);
|
||||
}));
|
||||
|
||||
it('convert the entire words to links', angular.mock.inject(function($filter) {
|
||||
it('linkify parenthesis at the end of an url', angular.mock.inject(function($filter) {
|
||||
var text = 'http://test.com/(test)',
|
||||
link = '<a href="http://test.com/(test)" target="_blank" rel="noopener noreferrer">http://test.com/(test)</a>',
|
||||
result = $filter('conditionalLinkify')(text);
|
||||
|
Loading…
Reference in New Issue
Block a user