Actions
Bug #13270
closedIRB hangs when printing "\e]"
    Bug #13270:
    IRB hangs when printing "\e]"
  
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-darwin16]
Description
Steps to reproduce:
irbprint "\e]"- Or: 
puts "\e[" - try CMD+C, nothing happens
 - try CMD+D, prints "30m"
 
Expected behavior:
- just prints "30m" (that's what 
prydoes) 
Ruby versions tried:
- ruby 2.3.3p222 (2016-11-21 revision 56859) [x86_64-darwin16]
 - ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-darwin16]
 
Actions