summaryrefslogtreecommitdiff
path: root/test/irb
AgeCommit message (Expand)Author
2020-09-19[ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta
2020-09-14[ruby/irb] Omit output if first line of multiline is too longaycabta
2020-09-14[ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta
2020-08-20Skip irb/test_history on Windows tooaycabta
2020-08-19Skip Editline for history tests of IRBaycabta
2020-08-19Skip irb/test_history on Solarisaycabta
2020-08-19Use "in" and "out" options of "system" instead of "replace_stdio"aycabta
2020-08-19Do "write" to temp stdin before "reopen"aycabta
2020-08-18test/irb/test_history.rb: prevent warningsYusuke Endoh
2020-08-18Lounch external process on Windows correctlyaycabta
2020-08-18[ruby/irb] Change the way the IRB is invoked as an external processaycabta
2020-08-18[ruby/irb] Support shortening lambda notetion for nesting level of promptaycabta
2020-08-18[ruby/irb] Support shortening lambda notationaycabta
2020-08-18[ruby/irb] Add require 'irb' to test separatelyaycabta
2020-08-18[ruby/irb] Make history infinite if set SAVE_HISTORY to negativeaycabta
2020-08-18[ruby/irb] Suppress crash when bignum is set to SAVE_HISTORYaycabta
2020-08-18[ruby/irb] Add tests about IRB historyaycabta
2020-08-18[ruby/irb] Support oneline method definitionaycabta
2020-07-22Sometimes result indicator (=>) isn't shownaycabta
2020-07-22Use simple assersionaycabta
2020-07-22[ruby/irb] handle rescue modifier properlyNobuhiro IMAI
2020-07-22[ruby/irb] Add test_eval_object_without_inspect_methodaycabta
2020-07-22[ruby/irb] Add encoding magic comments of editorsaycabta
2020-07-22[ruby/irb] Suppress incomplete encoding magic comment erroraycabta
2020-07-22[ruby/irb] Suppress incomplete coding magic comment erroraycabta
2020-07-15rubygems is needed to run solo-file testKoichi Sasada
2020-05-09Fix typosKazuhiro NISHIYAMA
2020-05-08Restore the external and internal encodings of STDIN, STDOUT, and STDERRYusuke Endoh
2020-05-08test/irb/test_cmd.rb: clear IRB.@CONF on setupYusuke Endoh
2020-04-30[ruby/irb] Restore the default encodingsNobuyoshi Nakada
2020-04-30[ruby/irb] Suppress messages switching inspect modeNobuyoshi Nakada
2020-04-30[ruby/irb] Relaxed regexp for readlineNobuyoshi Nakada
2020-04-29[ruby/irb] Check existence of rc files in irb_info commandaycabta
2020-04-29[ruby/irb] Add irb_info commandaycabta
2020-03-26[ruby/irb] Suppress crashing when EncodingError has occurred without linenoaycabta
2020-02-29Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-02-21[ruby/irb] `yield` outside method definition is a syntax errorNobuyoshi Nakada
2020-02-15[ruby/irb] fix reserved words and completion for themNobuhiro IMAI
2020-02-14test/irb/test_completion.rb: suppress a warning: unused literal ignoredYusuke Endoh
2020-02-12Add test_complete_symbolaycabta
2020-02-12Revert "[ruby/irb] Add test_complete_symbol"Hiroshi SHIBATA
2020-02-12[ruby/irb] Fix auto indent with closed braceaycabta
2020-02-12[ruby/irb] Check doc namespace correctlyaycabta
2020-02-12[ruby/irb] Add test_complete_symbolaycabta
2020-01-21[ruby/irb] Add newline_before_multiline_outputKenta Murata
2020-01-14[ruby/irb] Fix crashing when multiple open braces per lineBen
2020-01-14[ruby/irb] Fix newline depth with multiple bracesBen
2020-01-01Add load path and require for ruby/rubyaycabta
2020-01-01[ruby/irb] Fix lib name of OpenStructaycabta
2019-12-31Add "require 'openstruct'" what is forgottenaycabta