summaryrefslogtreecommitdiffhomepage
path: root/test/t/symbol.rb
AgeCommit message (Expand)Author
2021-05-03symbol.c: remove `Symbol#id2sym`.Yukihiro "Matz" Matsumoto
2019-03-25Remove implementation of `Symbol#===`KOBAYASHI Shuji
2018-09-20Move `Symbol#to_proc` to the core from `mruby-symbol-ext` gem.Yukihiro "Matz" Matsumoto
2016-11-04add quoted symbol tests; ref #3231Yukihiro "Matz" Matsumoto
2014-06-15Move direct superclass checking to `test/t/superclass.rb`.take_cheeze
2013-08-02I fix order of actual and expect test value in symbol.rb.Jun Hiroe
2013-06-14Improve Symbol TestsDaniel Bovensiepen
2012-06-03Add more superclass testsDaniel Bovensiepen
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-19Complete ISO test cases for Hash, Range, String and SymbolDaniel Bovensiepen