diff options
| author | Shyam Seshadri | 2010-03-24 10:35:01 -0700 |
|---|---|---|
| committer | Shyam Seshadri | 2010-03-24 10:35:01 -0700 |
| commit | 03ddc4570b786a7b945e1b40a16f29d2349c68b8 (patch) | |
| tree | d46e3225e35b789c5733f2b89d60816b2c19995c /test/CompilerSpec.js | |
| parent | c3eac13aa7106d099e8f09c39518051ccf939060 (diff) | |
| download | angular.js-03ddc4570b786a7b945e1b40a16f29d2349c68b8.tar.bz2 | |
Fix parsing bug with strings for -
Diffstat (limited to 'test/CompilerSpec.js')
| -rw-r--r-- | test/CompilerSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CompilerSpec.js b/test/CompilerSpec.js index 7bf48d18..8487b139 100644 --- a/test/CompilerSpec.js +++ b/test/CompilerSpec.js @@ -1,4 +1,4 @@ -describe('compiler', function(){ +xdescribe('compiler', function(){ function element(html) { return jQuery(html)[0]; } |
