aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/irb] Fix newline depth with multiple bracesBen2020-01-141-0/+15
* Add load path and require for ruby/rubyaycabta2020-01-011-0/+2
* [ruby/irb] Fix lib name of OpenStructaycabta2020-01-011-1/+1
* Add "require 'openstruct'" what is forgottenaycabta2019-12-311-0/+1
* [ruby/irb] Add tests for RubyLexBen2019-12-311-0/+79
* [ruby/irb] Restore environment variablesNobuyoshi Nakada2019-12-141-8/+10
* Add require "irb" to test/irb/test_completion.rbaycabta2019-11-281-1/+2
* Fix regexp to complete complex literalaycabta2019-11-281-0/+5
* Use singleline/multiline instead of readline/reidlineaycabta2019-11-211-1/+1
* Generate history file path correctly when $HOME/.irbrc doesn't existaycabta2019-11-201-0/+40
* Suppress warnings except for when last evaluationaycabta2019-11-131-0/+6
* qsymbols and symbols should be colored as SymbolTakashi Kokubun2019-11-101-3/+3
* Colorize on_symbols_beg (%I)Takashi Kokubun2019-11-101-0/+8
* Colorize string quotes as boldTakashi Kokubun2019-11-101-23/+23
* IRB colorize: take into account recursive arrays and hashes (#2555)Ary Borenszweig2019-10-141-0/+2
* Changed numbered parameter prefixNobuyoshi Nakada2019-09-241-2/+0
* Set IRB::Context#return_format on test clarifyaycabta2019-08-161-0/+1
* Don't echo results of assignment expressionsSteven Willis2019-08-162-0/+126
* Aliases capture_output to capture_io for test-unit compatiblity.Hiroshi SHIBATA2019-08-081-1/+1
* Revert "Don't echo results of assignment expressions"aycabta2019-08-062-126/+0
* Don't echo results of assignment expressionsSteven Willis2019-08-062-0/+126
* Clarify the Ruby version support status in IRB moreTakashi Kokubun2019-06-131-13/+19
* make sync-default-gems GEM=irbTakashi Kokubun2019-06-134-21/+50
* Another incomplete string caseNobuyoshi Nakada2019-06-121-0/+2
* Ripper::Lexer: fallback parse error token to the previous oneNobuyoshi Nakada2019-06-121-1/+1
* Remove conflict resolution mistake [ci skip]Takashi Kokubun2019-06-041-2/+2
* Improve test_color to prevent regressionTakashi Kokubun2019-06-041-2/+1
* colorize_code must return escaped textTakashi Kokubun2019-06-041-2/+3
* Colorize error charactersNobuyoshi Nakada2019-06-041-8/+5
* Warn compile_error only when input is finishedTakashi Kokubun2019-05-311-3/+31
* Colorize errors moreNobuyoshi Nakada2019-05-291-0/+1
* Colorize compile_error as same as on_parse_errorNobuyoshi Nakada2019-05-291-1/+1
* Colorize error partNobuyoshi Nakada2019-05-271-1/+3
* context.rb: hide wrapping linesNobuyoshi Nakada2019-05-271-0/+5
* Highlight global variable on IRBTakashi Kokubun2019-05-261-0/+1
* Refactor IRB color dispatchTakashi Kokubun2019-05-261-1/+1
* Support :@@cvar and : on colorizeaycabta2019-05-271-1/+1
* Make the imaginary color on IRB close to pryTakashi Kokubun2019-05-261-1/+1