aboutsummaryrefslogtreecommitdiffstats
path: root/test/ApiTest.js
diff options
context:
space:
mode:
authorMisko Hevery2010-01-28 20:44:34 -0800
committerMisko Hevery2010-01-28 20:44:34 -0800
commit3d99e0f6dee6569ca9471d419bda79aec95b9ebc (patch)
tree8afd70b773b9131aeacef7f7d24b92857aa205c4 /test/ApiTest.js
parent473e57e22532f9b85fc9dcc1bcc53e12a10154c2 (diff)
downloadangular.js-3d99e0f6dee6569ca9471d419bda79aec95b9ebc.tar.bz2
work
Diffstat (limited to 'test/ApiTest.js')
-rw-r--r--test/ApiTest.js2
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(){