Skip to content

fix(builtins): fix sed ampersand replacement and escape handling#196

Merged
chaliy merged 1 commit intomainfrom
claude/fix-sed-replacement-xHZcm
Feb 10, 2026
Merged

fix(builtins): fix sed ampersand replacement and escape handling#196
chaliy merged 1 commit intomainfrom
claude/fix-sed-replacement-xHZcm

Conversation

@chaliy
Copy link
Contributor

@chaliy chaliy commented Feb 10, 2026

Summary

  • Fix & (ampersand) replacement using ${0} format to avoid regex crate ambiguity
  • Add \n and \t escape handling in replacement strings
  • Unskip pattern range addressing tests (/start/,/end/ and /pat/,$)

Test plan

  • All sed spec tests pass, 5 tests unskipped
  • cargo check clean

…n ranges

- Fix & (ampersand) in replacement using ${0} format to avoid regex
  crate ambiguity with adjacent characters
- Add \n and \t escape handling in replacement strings
- Unskip pattern range addressing tests (/start/,/end/ and /pat/,$)

https://claude.ai/code/session_014b3FmJKqDyhYrisYnGC2M9
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@chaliy chaliy merged commit f24ab62 into main Feb 10, 2026
9 checks passed
@chaliy chaliy mentioned this pull request Feb 17, 2026
4 tasks
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.

2 participants