rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.37k stars 194 forks source link

Update without() to work with numeric keys #132

Closed kalafut closed 8 years ago

kalafut commented 8 years ago

Fixes #129

I ended up just adding a canned-value test case after failing to create a failing test case using generateWithoutTestsFor() with JSC.integer(). I got lost in the depths of that test setup and gave up. :-/

rtfeldman commented 8 years ago

Looks great, thanks @kalafut!