diff options
| author | Misko Hevery | 2010-01-28 20:44:34 -0800 |
|---|---|---|
| committer | Misko Hevery | 2010-01-28 20:44:34 -0800 |
| commit | 3d99e0f6dee6569ca9471d419bda79aec95b9ebc (patch) | |
| tree | 8afd70b773b9131aeacef7f7d24b92857aa205c4 /test/ApiTest.js | |
| parent | 473e57e22532f9b85fc9dcc1bcc53e12a10154c2 (diff) | |
| download | angular.js-3d99e0f6dee6569ca9471d419bda79aec95b9ebc.tar.bz2 | |
work
Diffstat (limited to 'test/ApiTest.js')
| -rw-r--r-- | test/ApiTest.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ApiTest.js b/test/ApiTest.js index 250a27b1..35cbbd81 100644 --- a/test/ApiTest.js +++ b/test/ApiTest.js @@ -204,7 +204,7 @@ ApiTest.prototype.testQuoteString = function(){ }; ApiTest.prototype.testQuoteStringBug = function(){ - assertEquals(angular.String.quote('"7\\\\\\\"7"', "7\\\"7")); + assertEquals(angular.String.quote("7\\\"7"), '"7\\\\\\\"7"'); }; ApiTest.prototype.testQuoteUnicode = function(){ |
