mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Fix escapement
This commit is contained in:
parent
3e4b596fed
commit
0aa26bb06a
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ describe "Pry::DefaultCommands::Input" do
|
|||
pry
|
||||
end
|
||||
|
||||
str_output.string.should =~ /\A\d+: def hello\n\d+: puts :bing\n\d+: puts \"\#{goodbye}\"/
|
||||
str_output.string.should =~ /\A\d+: def hello\n\d+: puts :bing\n\d+: puts \"\#\{goodbye\}\"/
|
||||
end
|
||||
|
||||
it 'should display error if nothing to amend' do
|
||||
|
|
Loading…
Add table
Reference in a new issue