aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] support more body argument for oneliner method definitionNobuhiro IMAI2020-11-221-0/+2
* Update expected IRB resultNobuyoshi Nakada2020-11-201-1/+11
* Remove system method for E2E testing because depends on ruby commandaycabta2020-10-051-54/+75
* Show stdout and stderr when history tests failaycabta2020-10-051-32/+31
* [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta2020-09-191-22/+6
* [ruby/irb] Omit output if first line of multiline is too longaycabta2020-09-141-0/+76
* [ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta2020-09-141-4/+81
* Skip irb/test_history on Windows tooaycabta2020-08-201-6/+1
* Skip Editline for history tests of IRBaycabta2020-08-191-0/+9
* Skip irb/test_history on Solarisaycabta2020-08-191-1/+1
* Use "in" and "out" options of "system" instead of "replace_stdio"aycabta2020-08-191-28/+1
* Do "write" to temp stdin before "reopen"aycabta2020-08-191-5/+5
* test/irb/test_history.rb: prevent warningsYusuke Endoh2020-08-181-4/+4
* Lounch external process on Windows correctlyaycabta2020-08-181-2/+1
* [ruby/irb] Change the way the IRB is invoked as an external processaycabta2020-08-181-2/+1
* [ruby/irb] Support shortening lambda notetion for nesting level of promptaycabta2020-08-181-5/+15
* [ruby/irb] Support shortening lambda notationaycabta2020-08-181-0/+16
* [ruby/irb] Add require 'irb' to test separatelyaycabta2020-08-181-0/+1
* [ruby/irb] Make history infinite if set SAVE_HISTORY to negativeaycabta2020-08-181-0/+23
* [ruby/irb] Suppress crash when bignum is set to SAVE_HISTORYaycabta2020-08-181-0/+23
* [ruby/irb] Add tests about IRB historyaycabta2020-08-181-0/+131
* [ruby/irb] Support oneline method definitionaycabta2020-08-181-0/+29
* Sometimes result indicator (=>) isn't shownaycabta2020-07-221-1/+1
* Use simple assersionaycabta2020-07-221-3/+1
* [ruby/irb] handle rescue modifier properlyNobuhiro IMAI2020-07-221-0/+27
* [ruby/irb] Add test_eval_object_without_inspect_methodaycabta2020-07-221-0/+17
* [ruby/irb] Add encoding magic comments of editorsaycabta2020-07-221-0/+26
* [ruby/irb] Suppress incomplete encoding magic comment erroraycabta2020-07-221-0/+13
* [ruby/irb] Suppress incomplete coding magic comment erroraycabta2020-07-221-0/+13
* rubygems is needed to run solo-file testKoichi Sasada2020-07-151-0/+1
* Fix typosKazuhiro NISHIYAMA2020-05-091-4/+4
* Restore the external and internal encodings of STDIN, STDOUT, and STDERRYusuke Endoh2020-05-081-0/+4
* test/irb/test_cmd.rb: clear IRB.@CONF on setupYusuke Endoh2020-05-081-0/+1
* [ruby/irb] Restore the default encodingsNobuyoshi Nakada2020-04-301-0/+4
* [ruby/irb] Suppress messages switching inspect modeNobuyoshi Nakada2020-04-301-0/+4
* [ruby/irb] Relaxed regexp for readlineNobuyoshi Nakada2020-04-301-1/+1
* [ruby/irb] Check existence of rc files in irb_info commandaycabta2020-04-291-0/+50
* [ruby/irb] Add irb_info commandaycabta2020-04-291-0/+64
* [ruby/irb] Suppress crashing when EncodingError has occurred without linenoaycabta2020-03-261-0/+7
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-02-291-1/+1
* [ruby/irb] `yield` outside method definition is a syntax errorNobuyoshi Nakada2020-02-211-1/+1
* [ruby/irb] fix reserved words and completion for themNobuhiro IMAI2020-02-151-0/+12
* test/irb/test_completion.rb: suppress a warning: unused literal ignoredYusuke Endoh2020-02-141-1/+1
* Add test_complete_symbolaycabta2020-02-121-0/+6
* Revert "[ruby/irb] Add test_complete_symbol"Hiroshi SHIBATA2020-02-121-6/+0
* [ruby/irb] Fix auto indent with closed braceaycabta2020-02-121-0/+14
* [ruby/irb] Check doc namespace correctlyaycabta2020-02-121-0/+4
* [ruby/irb] Add test_complete_symbolaycabta2020-02-121-0/+6
* [ruby/irb] Add newline_before_multiline_outputKenta Murata2020-01-211-0/+31
* [ruby/irb] Fix crashing when multiple open braces per lineBen2020-01-141-0/+19