diff options
| author | Misko Hevery | 2010-11-10 12:02:49 -0800 |
|---|---|---|
| committer | Misko Hevery | 2010-11-10 12:02:49 -0800 |
| commit | 6b8ed42670039f53d2b20dc1079f742840f62ae9 (patch) | |
| tree | 4fe8b80e2d3245a388921a05cbbb1c1f82744d76 /docs/spec/collectSpec.js | |
| parent | c57df3dc776f8a35aaad35fc399960f0d7fee06d (diff) | |
| download | angular.js-6b8ed42670039f53d2b20dc1079f742840f62ae9.tar.bz2 | |
Added Directives
Diffstat (limited to 'docs/spec/collectSpec.js')
| -rw-r--r-- | docs/spec/collectSpec.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/spec/collectSpec.js b/docs/spec/collectSpec.js index fbc6c489..4df04b9f 100644 --- a/docs/spec/collectSpec.js +++ b/docs/spec/collectSpec.js @@ -43,8 +43,8 @@ describe('collect', function(){ describe('@describe', function(){ it('should support pre blocks', function(){ - TAG.description(doc, 'description', '<pre>abc</pre>'); - expect(doc.description).toEqual('<pre>abc</pre>'); + TAG.description(doc, 'description', '<pre class="brush: xml;" ng:non-bindable>abc</pre>'); + expect(doc.description).toEqual('<pre class="brush: xml;" ng:non-bindable>abc</pre>'); }); describe('@example', function(){ |
