diff options
Diffstat (limited to 'docs/spec/sitemapSpec.js')
| -rw-r--r-- | docs/spec/sitemapSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/spec/sitemapSpec.js b/docs/spec/sitemapSpec.js index c66cfd16..b14d58bf 100644 --- a/docs/spec/sitemapSpec.js +++ b/docs/spec/sitemapSpec.js @@ -12,7 +12,7 @@ describe('sitemap', function(){    });    it('should render ngdoc url', function(){ -    var map = new SiteMap([new Doc({section: 'foo', name: 'a.b.c<>\'"&'})]); +    var map = new SiteMap([new Doc({section: 'foo', id: 'a.b.c<>\'"&'})]);      expect(map.render()).toContain([        ' <url>',        '<loc>http://docs.angularjs.org/#!/foo/a.b.c<>'"&</loc>', | 
