summaryrefslogtreecommitdiff
path: root/test/test_trick.rb
AgeCommit message (Collapse)Author
2024-03-14Ensure test suite is compatible with --frozen-string-literalJean Boussier
As preparation for https://bugs.ruby-lang.org/issues/20205 making sure the test suite is compatible with frozen string literals is making things easier.
2023-08-09Prevent a warning: global variable `$VERSION' not initializedYusuke Endoh
2023-06-26Suppress warningsNobuyoshi Nakada
2023-06-26Add the chopsticks code at RubyKaigi2023Nobuyoshi Nakada
2023-02-27Add all-ruby-quine as a sample codeYusuke Endoh
This sample code works on all release versions of Ruby, from Ruby 0.49. Notes: Merged: https://github.com/ruby/ruby/pull/7380
2022-12-24test/test_trick.rb: Add tests for TRICK 2022 entriesYusuke Endoh
Notes: Merged: https://github.com/ruby/ruby/pull/7014
2020-12-25test/test_trick.rb: fixed the position to add timeoutNobuyoshi Nakada
2020-12-25test/test_trick.rb: increase timeout of some testsYusuke Endoh
http://rubyci.s3.amazonaws.com/raspbian10-armv7l/ruby-master/log/20201225T071824Z.fail.html.gz
2020-12-25test_trick.rb: Make the encoding explicit for code written in UTF-8Nobuyoshi Nakada
2020-12-25test/test_trick.rb: Add a test file for TRICK entries (#3988)Yusuke Endoh
* test/test_trick.rb: Add a test file for TRICK entries Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org> Notes: Merged-By: mame <mame@ruby-lang.org>