summaryrefslogtreecommitdiffhomepage
path: root/test/t/bs_literal.rb
AgeCommit message (Collapse)Author
2020-10-12Integrate `Fixnum` class into `Integer` classdearblue
* The `Fixnum` constant is now an alias for the `Integer` class. * Remove `struct mrb_state::fixnum_class` member. If necessary, use `struct mrb_state::integer_class` instead.
2013-06-14Improve Bootstrap Literal TestsDaniel Bovensiepen
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-16Add newline in the end of test case files so that the concat of all files ↵Daniel Bovensiepen
works in all cases proper
2012-05-16Add first part of the bootstrap codeDaniel Bovensiepen