diff options
| author | Misko Hevery | 2010-10-15 15:28:58 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-10-18 08:50:36 -0700 |
| commit | 9e9bdbdc405b6afecd2e536e375c9d8fe40f110b (patch) | |
| tree | 89bd9cdeb19782a6d449c931ae4688e5617a562e /test/ParserSpec.js | |
| parent | 352dbfa38fca660a80d6fae2c6e810f820247791 (diff) | |
| download | angular.js-9e9bdbdc405b6afecd2e536e375c9d8fe40f110b.tar.bz2 | |
JSON parser is now strict (ie, expressions are not allowed for security)
Close #57
Diffstat (limited to 'test/ParserSpec.js')
| -rw-r--r-- | test/ParserSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ParserSpec.js b/test/ParserSpec.js index ac359cb0..6c45d52f 100644 --- a/test/ParserSpec.js +++ b/test/ParserSpec.js @@ -443,7 +443,7 @@ describe('parser', function(){ assertEquals(12/6/2, scope.$eval("12/6/2")); }); - it('should parse BugStringConfusesParser', function(){ + it('should parse BugStringConfusesparser', function(){ var scope = createScope(); assertEquals('!', scope.$eval('suffix = "!"')); }); |
