Skip to content

Commit

Permalink
Fix RegexpError: premature end of char-class
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehjr committed Oct 6, 2020
1 parent f5622a3 commit 31590ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/pry_repl_spec.rb
Expand Up @@ -135,7 +135,7 @@ def output.tty?
break #note the tab here
end
TAB
output("do\n break #note the tab here\nend\n\e[1B\e[0G=> nil")
output("do\n break #note the tab here\nend\n\e\\[1B\e\\[0G=> nil")
end
end
end
Expand Down

0 comments on commit 31590ea

Please sign in to comment.