Skip to content

add test fixtures for array.concat#291

Merged
cs01 merged 1 commit intomainfrom
test/array-concat-fixtures
Mar 12, 2026
Merged

add test fixtures for array.concat#291
cs01 merged 1 commit intomainfrom
test/array-concat-fixtures

Conversation

@cs01
Copy link
Copy Markdown
Owner

@cs01 cs01 commented Mar 12, 2026

Summary

  • array.concat() was the only array method with zero test coverage. Adds fixtures for numeric, string, and empty-array edge cases.
  • All tests pass including empty-to-empty concat (0-length memcpy).

Test plan

  • array-concat.ts — numeric array concat, verifies values and immutability
  • array-concat-strings.ts — string array concat
  • array-concat-empty.ts — empty array edge cases (concat with empty, empty with non-empty, empty with empty)
  • npm run verify:quick passes

@cs01 cs01 merged commit 736f84d into main Mar 12, 2026
12 checks passed
@cs01 cs01 deleted the test/array-concat-fixtures branch March 19, 2026 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant