Skip to content

fix: use quote detection in bash expansion#1073

Merged
fdncred merged 1 commit into
nushell:mainfrom
casedami:fix-dont-expand-bash-in-quote
May 13, 2026
Merged

fix: use quote detection in bash expansion#1073
fdncred merged 1 commit into
nushell:mainfrom
casedami:fix-dont-expand-bash-in-quote

Conversation

@casedami
Copy link
Copy Markdown
Contributor

@casedami casedami commented May 13, 2026

uses the recently merged is_inside_string_literal method to avoid expanding bash abbreviations when inside a string

fixes nushell/nushell#13577

@fdncred
Copy link
Copy Markdown
Contributor

fdncred commented May 13, 2026

ok, thanks

@fdncred fdncred merged commit b4ef577 into nushell:main May 13, 2026
7 checks passed
@fdncred
Copy link
Copy Markdown
Contributor

fdncred commented May 13, 2026

We'll need to get this commit in nushell in order to close the referenced issue.

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.

exclamation points expand even inside quotation marks

2 participants