mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
Remove trailing ws
This commit is contained in:
parent
924ffafc51
commit
fd357b4cd2
1 changed files with 4 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ describe('ngdoc', function(){
|
|||
expect(doc.description).toContain('<p>before </p><doc:example>' +
|
||||
'<pre class="doc-scenario">\n<>\n</pre></doc:example><p>after</p>');
|
||||
});
|
||||
|
||||
|
||||
it('should store all links', function() {
|
||||
var doc = new Doc('@description {@link api/angular.link}');
|
||||
doc.parse();
|
||||
|
|
@ -204,7 +204,9 @@ describe('ngdoc', function(){
|
|||
expect(docs[0].methods).toEqual([methodA, methodB]);
|
||||
expect(docs[0].properties).toEqual([propA, propB]);
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
describe('links checking', function() {
|
||||
var docs;
|
||||
beforeEach(function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue