POSIX_IDENTIFIERS compatibility

This commit is contained in:
KittoKin 2020-09-05 03:18:14 -04:00
commit e3333e8ac0
5 changed files with 33 additions and 33 deletions

View file

@ -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