Skip to content

fix: [Bug] Trailing backslash degrades the whole bash parse to a single ERROR node - #3245

Closed
ojassharma7 wants to merge 1 commit into
MoonshotAI:mainfrom
ojassharma7:fix/issue-3237
Closed

fix: [Bug] Trailing backslash degrades the whole bash parse to a single ERROR node#3245
ojassharma7 wants to merge 1 commit into
MoonshotAI:mainfrom
ojassharma7:fix/issue-3237

Conversation

@ojassharma7

Copy link
Copy Markdown

Fixes #3237.

What changed

  • packages/tree-sitter-bash/src/lexer.ts
  • packages/tree-sitter-bash/src/parser.ts
  • packages/tree-sitter-bash/test/parse.test.ts
  • .changeset/fix-trailing-backslash-bash-parse.md

Verification

The project's own test suite was run before and after this change; it introduces no new test failures or lint violations.

@changeset-bot

changeset-bot Bot commented Aug 25, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 10cb09c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@moonshot-ai/kimi-code Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ojassharma7

Copy link
Copy Markdown
Author

Withdrawing this — see discussion on #3237.

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.

[Bug] Trailing backslash degrades the whole bash parse to a single ERROR node

1 participant