82 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
osh-cpp | 19 SparseArray: a[i]=v with BigInt [osh-cpp stdout] Expected '3\n4\n5\n6\n', got '3\n3\n4\n5\n' stdout: 3 3 4 5stderr: |
osh-cpp | 35 SparseArray: ${a[@]:BigInt} [osh-cpp stdout] Expected '[x][x]\n[y x][y x]\n[z y x][z y x]\n[z y x][z y x]\n' Got '[x][x]\n[y x][y x]\n[z y x][z y x]\n[][]\n' stdout: [x][x] [y x][y x] [z y x][z y x] [][]stderr: |