mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-28 23:28:16 +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>' +
|
expect(doc.description).toContain('<p>before </p><doc:example>' +
|
||||||
'<pre class="doc-scenario">\n<>\n</pre></doc:example><p>after</p>');
|
'<pre class="doc-scenario">\n<>\n</pre></doc:example><p>after</p>');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should store all links', function() {
|
it('should store all links', function() {
|
||||||
var doc = new Doc('@description {@link api/angular.link}');
|
var doc = new Doc('@description {@link api/angular.link}');
|
||||||
doc.parse();
|
doc.parse();
|
||||||
|
|
@ -204,7 +204,9 @@ describe('ngdoc', function(){
|
||||||
expect(docs[0].methods).toEqual([methodA, methodB]);
|
expect(docs[0].methods).toEqual([methodA, methodB]);
|
||||||
expect(docs[0].properties).toEqual([propA, propB]);
|
expect(docs[0].properties).toEqual([propA, propB]);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
describe('links checking', function() {
|
describe('links checking', function() {
|
||||||
var docs;
|
var docs;
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue