mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-26 04:55:35 +08:00
style(*): add rule disallowSpacesInAnonymousFunctionExpression beforeOpeningRoundBrace, including i18n generator
This commit is contained in:
committed by
Caitlin Potter
parent
94f5a285bf
commit
d3b1f502e3
@@ -135,7 +135,7 @@ describe('$cookieStore', function() {
|
||||
$rootScope.$digest();
|
||||
expect($browser.cookies()).toEqual({});
|
||||
}));
|
||||
it('should handle empty string value cookies', inject(function ($cookieStore, $browser, $rootScope) {
|
||||
it('should handle empty string value cookies', inject(function($cookieStore, $browser, $rootScope) {
|
||||
$cookieStore.put("emptyCookie",'');
|
||||
$rootScope.$digest();
|
||||
expect($browser.cookies()).
|
||||
|
||||
Reference in New Issue
Block a user