support falsy arguments in Object.assign polyfill (#2433)

* support falsy arguments in Object.assign polyfill

* add tests for assign polyfill
This commit is contained in:
Daniel Loomer 2019-06-15 22:48:24 -04:00 committed by Isiah Meadows
parent dd6572579d
commit 10f0b4934a
3 changed files with 28 additions and 1 deletions

View file

@ -13,6 +13,7 @@
<script src="test-buildPathname.js"></script>
<script src="test-parsePathname.js"></script>
<script src="test-parseTemplate.js"></script>
<script src="test-assign.js"></script>
<script>require("../../ospec/ospec").run()</script>
</body>