summaryrefslogtreecommitdiff
path: root/test/irb/test_color.rb
AgeCommit message (Expand)Author
7 days[ruby/irb] Accept " " for colorizing "\t" testtomoya ishida
2024-02-19Load rubygems explicitly for tests of test/irbHiroshi SHIBATA
2023-06-13[ruby/irb] Stanardise test class names with `Test` postfix insteadStan Lo
2023-04-05[ruby/irb] Drop Ruby 2.6 supportStan Lo
2023-02-12[ruby/irb] Fix colorize backtick symboltomoya ishida
2022-12-26[ruby/irb] Test colors with enabling colorsNobuyoshi Nakada
2022-11-03[ruby/irb] Provide a base test class and let tests restore encodingsStan Lo
2022-10-18[ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida
2022-10-17[ruby/irb] Remove unnecessary coloring support checkst0012
2022-10-08Move `error` from top_stmts and top_stmt to stmtyui-knk
2022-09-22[ruby/irb] Update expected colorize result that were uncolored beforetompng
2022-09-22[ruby/irb] Scan every single characters in IRB::Color.scantompng
2021-08-30[ruby/irb] Use pend instead of skipHiroshi SHIBATA
2021-04-26[ruby/irb] Added `colorable` keyword optionNobuyoshi Nakada
2021-04-26[ruby/irb] Assertions on non-ttyNobuyoshi Nakada
2021-04-26[ruby/irb] Added test_colorizeNobuyoshi Nakada
2021-04-26[ruby/irb] Added assert_equal_with_termNobuyoshi Nakada
2021-04-02[ruby/irb] Colorize `__END__` as keywordNobuyoshi Nakada
2021-01-20[ruby/irb] Remove pp-specific stub from TestColorTakashi Kokubun
2021-01-20[ruby/irb] Split test files for IRB::Color and IRB::ColorPrinterTakashi Kokubun
2021-01-19[ruby/irb] Stub a screen size for test_contextTakashi Kokubun
2021-01-18[ruby/irb] Stub a screen size for testsTakashi Kokubun
2021-01-18[ruby/irb] handle `__ENCODING__` as a keyword as wellNobuhiro IMAI
2021-01-11Suppress constant redefinition warningsNobuyoshi Nakada
2021-01-07[ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.ppTakashi Kokubun
2021-01-04[ruby/irb] Stringify when a non-object is passed to PP#textaycabta
2020-12-28irb: add more syntax errors colorizing support (#3967)Nobuhiro IMAI
2020-11-20Update expected IRB resultNobuyoshi Nakada
2020-02-21[ruby/irb] `yield` outside method definition is a syntax errorNobuyoshi Nakada
2019-11-10qsymbols and symbols should be colored as SymbolTakashi Kokubun
2019-11-10Colorize on_symbols_beg (%I)Takashi Kokubun
2019-11-10Colorize string quotes as boldTakashi Kokubun
2019-10-14IRB colorize: take into account recursive arrays and hashes (#2555)Ary Borenszweig
2019-09-24Changed numbered parameter prefixNobuyoshi Nakada
2019-06-13Clarify the Ruby version support status in IRB moreTakashi Kokubun
2019-06-13make sync-default-gems GEM=irbTakashi Kokubun
2019-06-12Another incomplete string caseNobuyoshi Nakada
2019-06-12Ripper::Lexer: fallback parse error token to the previous oneNobuyoshi Nakada
2019-06-04Remove conflict resolution mistake [ci skip]Takashi Kokubun
2019-06-04Improve test_color to prevent regressionTakashi Kokubun
2019-06-04colorize_code must return escaped textTakashi Kokubun
2019-06-04Colorize error charactersNobuyoshi Nakada
2019-05-31Warn compile_error only when input is finishedTakashi Kokubun
2019-05-29Colorize errors moreNobuyoshi Nakada
2019-05-29Colorize compile_error as same as on_parse_errorNobuyoshi Nakada
2019-05-27Colorize error partNobuyoshi Nakada
2019-05-26Highlight global variable on IRBTakashi Kokubun
2019-05-26Refactor IRB color dispatchTakashi Kokubun
2019-05-27Support :@@cvar and : on colorizeaycabta
2019-05-26Make the imaginary color on IRB close to pryTakashi Kokubun