aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pp.rb
Commit message (Expand)AuthorAgeFilesLines
* Mask RubyVM-specific testCharles Oliver Nutter2020-03-051-6/+8
* Remove empty keyword splats when calling even when using ruby2_keywordsJeremy Evans2020-01-231-1/+1
* Add more direct test for pp with a ruby2_keywords HashBenoit Daloze2020-01-231-0/+1
* Fix pp when passed a empty ruby2_keywords-flagged hash as array elementJeremy Evans2020-01-221-0/+4
* Make prettyprint’s cycle detection aware of Delegator instancesRichard Viney2019-12-161-0/+12
* Suppress void context warnings in verbose modeNobuyoshi Nakada2019-06-301-3/+3
* test_pp.rb: show the node when failednobu2018-12-031-1/+1
* Add RubyVM::AST#pretty_printnobu2018-12-031-0/+9
* * lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr2015-11-101-2/+1
* Put an line before "frozen_string_literal: true" for emacs.akr2015-10-051-0/+1
* * lib/pp.rb: Use frozen_string_literal: true.akr2015-10-051-24/+26
* * test/test_pp.rb (PPTestModule::PPFileStatTest): test for r48719.usa2014-12-051-0/+8
* * numeric.c (rb_float_new_in_heap), include/ruby/ruby.h:ko12012-10-271-4/+0
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-151-1/+0
* Revert r36699 and r36700. [Feature #6130]naruse2012-08-151-0/+1
* update PP with recent Kernel#inspect change. Patch by Yusuke Endoh.eregon2012-08-141-1/+0
* * lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless ofakr2009-11-071-1/+0
* * lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspectakr2009-09-271-0/+13
* * test/test_pp.rb: extract from lib/pp.rb.akr2009-02-141-4/+180
* * test/test_*.rb: Pathname#parent -> Pathname#dirname.nahi2004-01-131-2/+2
* * test/inlinetest.rb, test/{test_generator.rb,test_ipaddr.rb,nahi2004-01-061-0/+4