mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-15 15:42:31 +01:00
POSIX_IDENTIFIERS compatibility
This commit is contained in:
parent
ae315ded4d
commit
e3333e8ac0
5 changed files with 33 additions and 33 deletions
|
|
@ -43,7 +43,7 @@ shared_examples 'special characters' do
|
|||
wait_for { session.content }.to eq('echo "#yolo"')
|
||||
end
|
||||
|
||||
with_history('echo "#foo"', 'echo $#abc') do
|
||||
with_history('echo "#foo"', 'echo ${#abc}') do
|
||||
session.send_string('echo "#')
|
||||
wait_for { session.content }.to eq('echo "#foo"')
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue