summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2020-08-30 19:59:46 -0300
committerAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2020-10-05 21:57:30 -0300
commit8e8f2d53d6972e3a96fd0c63b64b9e626d438b83 (patch)
tree5e033b13ffd2df94cb2b26b244e0f601d20b79d0 /spec
parent60e84ee1d80919b0cc41268a878ffc9e78f903ac (diff)
downloadpry-8e8f2d53d6972e3a96fd0c63b64b9e626d438b83.tar.gz
Fix RegexpError: premature end of char-class
Diffstat (limited to 'spec')
-rw-r--r--spec/pry_repl_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/pry_repl_spec.rb b/spec/pry_repl_spec.rb
index 946b92e8..b7f5870a 100644
--- a/spec/pry_repl_spec.rb
+++ b/spec/pry_repl_spec.rb
@@ -135,7 +135,7 @@ loop do
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