aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb/test_color.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Stanardise test class names with `Test` postfix insteadStan Lo2023-06-131-1/+1
* [ruby/irb] Drop Ruby 2.6 supportStan Lo2023-04-051-38/+7
* [ruby/irb] Fix colorize backtick symboltomoya ishida2023-02-121-0/+1
* [ruby/irb] Test colors with enabling colorsNobuyoshi Nakada2022-12-261-0/+14
* [ruby/irb] Provide a base test class and let tests restore encodingsStan Lo2022-11-031-2/+3
* [ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida2022-10-181-0/+11
* [ruby/irb] Remove unnecessary coloring support checkst00122022-10-171-30/+17
* Move `error` from top_stmts and top_stmt to stmtyui-knk2022-10-081-0/+5
* [ruby/irb] Update expected colorize result that were uncolored beforetompng2022-09-221-3/+11
* [ruby/irb] Scan every single characters in IRB::Color.scantompng2022-09-221-0/+2
* [ruby/irb] Use pend instead of skipHiroshi SHIBATA2021-08-301-1/+1
* [ruby/irb] Added `colorable` keyword optionNobuyoshi Nakada2021-04-261-0/+22
* [ruby/irb] Assertions on non-ttyNobuyoshi Nakada2021-04-261-4/+15
* [ruby/irb] Added test_colorizeNobuyoshi Nakada2021-04-261-3/+27
* [ruby/irb] Added assert_equal_with_termNobuyoshi Nakada2021-04-261-15/+17
* [ruby/irb] Colorize `__END__` as keywordNobuyoshi Nakada2021-04-021-0/+1
* [ruby/irb] Remove pp-specific stub from TestColorTakashi Kokubun2021-01-201-13/+0
* [ruby/irb] Split test files for IRB::Color and IRB::ColorPrinterTakashi Kokubun2021-01-201-22/+0
* [ruby/irb] Stub a screen size for test_contextTakashi Kokubun2021-01-191-2/+0
* [ruby/irb] Stub a screen size for testsTakashi Kokubun2021-01-181-0/+15
* [ruby/irb] handle `__ENCODING__` as a keyword as wellNobuhiro IMAI2021-01-181-1/+2
* Suppress constant redefinition warningsNobuyoshi Nakada2021-01-111-1/+3
* [ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.ppTakashi Kokubun2021-01-071-3/+3
* [ruby/irb] Stringify when a non-object is passed to PP#textaycabta2021-01-041-0/+19
* irb: add more syntax errors colorizing support (#3967)Nobuhiro IMAI2020-12-281-0/+14
* Update expected IRB resultNobuyoshi Nakada2020-11-201-1/+11
* [ruby/irb] `yield` outside method definition is a syntax errorNobuyoshi Nakada2020-02-211-1/+1
* 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
* Clarify the Ruby version support status in IRB moreTakashi Kokubun2019-06-131-13/+19
* make sync-default-gems GEM=irbTakashi Kokubun2019-06-131-18/+44
* 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
* 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
* Colorize imaginary and rational literalsNobuyoshi Nakada2019-05-261-0/+2
* parse.y: adjust error indicatorNobuyoshi Nakada2019-05-261-1/+1