Espruino/tests/test_json_arraybuffer_001.js
Gordon Williams f3d6e0bc83 First commit
2013-09-26 14:39:04 +01:00

4 lines
128 B
JavaScript

// currently has wrong number of elements (iterator issue?)
result = JSON.stringify(new Uint8Array(1))=="new Uint8Array([0])";