From 258cae83dc1a03b6b878a7b4236c499288cd2624 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Mon, 8 Jul 2013 21:58:14 -0400 Subject: chore(ngdocs): replace showdown.js with marked.js --- docs/component-spec/annotationsSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/component-spec/annotationsSpec.js') diff --git a/docs/component-spec/annotationsSpec.js b/docs/component-spec/annotationsSpec.js index 29cb9c53..321118ad 100644 --- a/docs/component-spec/annotationsSpec.js +++ b/docs/component-spec/annotationsSpec.js @@ -57,7 +57,7 @@ describe('Docs Annotations', function() { $scope.$apply(); element.triggerHandler('click'); expect(popoverElement.title()).toBe('#title_text'); - expect(popoverElement.content()).toBe('

heading

'); + expect(popoverElement.content()).toBe('

heading

\n'); })); }); -- cgit v1.2.3