MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / test_join_null

Function test_join_null

tests/python/test_arrays.py:139–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137
138
139def test_join_null():
140 items = [pm.null, 2, 3]
141 result = [None]
142 pm.eval("(result, arr) => {result[0] = arr.join()}")(result, items)
143 assert result[0] == ',2,3'
144
145
146def test_join_utf8():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected