From 55ce859998ad1f34ae84175cbb322fd8ce498970 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 22 Feb 2011 14:48:53 -0800 Subject: fix documentation for ie --- docs/spec/ngdocSpec.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/spec/ngdocSpec.js') diff --git a/docs/spec/ngdocSpec.js b/docs/spec/ngdocSpec.js index b4a301a7..9c1a49ac 100644 --- a/docs/spec/ngdocSpec.js +++ b/docs/spec/ngdocSpec.js @@ -86,7 +86,7 @@ describe('ngdoc', function(){ '\n<>\n after'); doc.parse(); expect(doc.description).toContain('

before

' + - '\n<>\n

after

'); + '
\n<>\n

after

'); }); it('should escape element', function(){ @@ -94,7 +94,7 @@ describe('ngdoc', function(){ '\n<>\n after'); doc.parse(); expect(doc.description).toContain('

before

' + - '\n<>\n

after

'); + '
\n<>\n

after

'); }); describe('sorting', function(){ @@ -364,8 +364,8 @@ describe('ngdoc', function(){ ' \n' + '').parse(); var html = doc.html(); - expect(html).toContain('<escapeme>'); - expect(html).toContain('<scenario>'); + expect(html).toContain('
<escapeme>
'); + expect(html).toContain('
<scenario>
'); expect(doc.scenarios).toEqual(['']); }); }); -- cgit v1.2.3