Skip to content

add missing test fixtures for string, math, and path methods#219

Merged
cs01 merged 1 commit intomainfrom
refactor/decompose-llvm-generator
Mar 11, 2026
Merged

add missing test fixtures for string, math, and path methods#219
cs01 merged 1 commit intomainfrom
refactor/decompose-llvm-generator

Conversation

@cs01
Copy link
Copy Markdown
Owner

@cs01 cs01 commented Mar 11, 2026

Summary

  • Adds 5 new test fixtures covering previously untested methods:
    • string-case.ts — toLowerCase/toUpperCase
    • string-startswith-endswith.ts — startsWith/endsWith
    • string-charat.ts — charAt/charCodeAt
    • math-basic.ts — abs, max, min, floor, ceil, round, sqrt, pow
    • path-join.ts — path.join with absolute and relative paths
  • Improves test coverage for core string operations and math functions

Test plan

  • All 5 fixtures pass with both JS and native compiler
  • npm run verify:quick passes

🤖 Generated with Claude Code

@cs01 cs01 merged commit 7070c82 into main Mar 11, 2026
12 checks passed
@cs01 cs01 deleted the refactor/decompose-llvm-generator branch March 12, 2026 05:35
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