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:
parent
dd6572579d
commit
10f0b4934a
3 changed files with 28 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue