Comparing version 4.3.1 to 4.3.2
{ | ||
"name": "es5-shim", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/es-shims/es5-shim/", |
@@ -231,2 +231,6 @@ /* global describe, it, expect */ | ||
}); | ||
it('works with the second argument', function () { | ||
expect('a b'.split(/ /, 1)).toEqual(['a']); | ||
}); | ||
}); | ||
@@ -233,0 +237,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
402673
7677