Update vendor folder.

Former-commit-id: 363508c8d79afa1ec8c1aba48b5be58a8a572367
This commit is contained in:
John-David Dalton
2012-07-12 13:32:48 -04:00
parent 4293515b3d
commit 9530efb4d4
5 changed files with 157 additions and 86 deletions

View File

@@ -740,7 +740,7 @@
});
test('should raise an error if a template, compiled with errors, is executed', function() {
raises(_.template('<% if x %>'));
throws(_.template('<% if x %>'));
});
test('should work with complex "interpolate" delimiters', function() {