summaryrefslogtreecommitdiff
path: root/test/-ext-/iter/test_iter_break.rb
AgeCommit message (Expand)Author
2015-12-16Add frozen_string_literal: false for all filesnaruse
2013-11-30vm_eval.c: blockargnobu
2013-02-21Add test for [Backport #7896] [ruby-core:52607]naruse
2012-01-24* vm.c (rb_iter_break_value): new function to break a block withnobu
2020-10-20Implement a freeze: parser optionJean Boussier 2020-09-30Remove unneeded `begin` and `end`Kazuhiro NISHIYAMA 2020-09-30Fix `Leaked tempfile`sKazuhiro NISHIYAMA 2020-09-28Remove unnecessary executable bit [ci skip]Kazuhiro NISHIYAMA 2020-09-25t/json/json_common_interface_test.rb: fix wrong indentationYusuke Endoh 2020-09-25Extract assert assertion to assert_include and assert_not_include.Hiroshi SHIBATA 2020-09-25assert_true is not provided by test-unitHiroshi SHIBATA 2020-09-25Fix pure parser with unclosed arrays / objects [Fix #314]Marc-Andre Lafortune 2020-09-25[test] properly 'skip' test on JRubyKarol Bucek 2020-09-25[flori/json] Add `load_file` and `load_file!` methods, with tests. Fixes ...Keith Bennett 2020-09-25Add an option to escape forward slash characterJean Boussier 2020-07-03test/json/json_fixtures_test.rb: Prevent an "out of range" warningYusuke Endoh 2020-07-03Reintroduce c565dfb09ad7d55fa671f65cea7088a914bf1931Yusuke Endoh 2020-07-01Merge json-2.3.1 from flori/jsonHiroshi SHIBATA 2020-07-01[flori/json] Fix test that wasn't testing anythingMarc-Andre Lafortune 2020-03-24test/json/test_helper.rb: Do not add a relative path to $LOAD_PATHYusuke Endoh 2019-12-12Import json-2.3.0 from flori/jsonHiroshi SHIBATA 2019-11-29Skip useless testNobuyoshi Nakada 2019-10-17Look up constant instead of caching in a globalAaron Patterson 2019-10-14[flori/json] fix test as reported in #343Florian Frank 2019-10-14[flori/json] Fixed unexpected illegal/malformed utf-8 errorNobuyoshi Nakada 2019-06-01Ignore warnings about ambiguous first argument with the negative integer.Hiroshi SHIBATA 2019-06-01Ignore warnings about ambiguous first argument of regexp with assert match.Hiroshi SHIBATA 2019-02-23Merge json-2.2.0 from flori/json.hsbt 2018-12-02Fix JSON::Parser against bigdecimal updatesmrkn