aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_symbol.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_{string,symbol}.rb (test_ascii_incomat_inspect):nobu2010-06-021-1/+2
* * string.c (sym_inspect): escape ASCII-compatible strings.nobu2010-05-281-0/+7
* * test/ruby/test_regexp.rb, test/ruby/test_symbol.rb,mame2010-01-221-0/+4
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * test/ruby/test_string.rb: add tests to achieve over 90% testmame2008-05-151-0/+43
* * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol...kazu2008-04-221-4/+11
* add a test of Symbol#to_proc.kazu2008-04-221-0/+1
* * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.kazu2008-04-151-0/+3
* * proc.c (rb_proc_new), vm.c (invoke_block): removed u3.state magic.nobu2007-12-241-0/+4
* * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu2005-12-191-0/+27
* * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu2005-10-221-0/+50