Sha256: 588fdaa3fd9c932357851029f6e545141e7323fcadaf15ee83f7921979b7a30e

Contents?: true

Size: 434 Bytes

Versions: 136

Compression:

Stored size: 434 Bytes

Contents

#frozen_string_literal: false
require 'test_helper'

class JSONExtParserTest < Test::Unit::TestCase
  if defined?(JSON::Ext::Parser)
    def test_allocate
      parser = JSON::Ext::Parser.new("{}")
      assert_raise(TypeError, '[ruby-core:35079]') do
        parser.__send__(:initialize, "{}")
      end
      parser = JSON::Ext::Parser.allocate
      assert_raise(TypeError, '[ruby-core:35079]') { parser.source }
    end
  end
end

Version data entries

136 entries across 125 versions & 22 rubygems

Version Path
dirwatch-0.0.4 vendor/bundle/ruby/2.3.0/gems/json-2.1.0/tests/json_ext_parser_test.rb
dirwatch-0.0.3 vendor/bundle/ruby/2.3.0/gems/json-2.1.0/tests/json_ext_parser_test.rb
dirwatch-0.0.2 vendor/bundle/ruby/2.3.0/gems/json-2.1.0/tests/json_ext_parser_test.rb
logstash-filter-cache-redis-0.3.1 vendor/bundle/jruby/1.9/gems/json-2.1.0-java/tests/json_ext_parser_test.rb
logstash-filter-cache-redis-0.3.0 vendor/bundle/jruby/1.9/gems/json-2.1.0-java/tests/json_ext_parser_test.rb
logstash-filter-cache-redis-0.2.0 vendor/bundle/jruby/1.9/gems/json-2.1.0-java/tests/json_ext_parser_test.rb
logstash-filter-cache-redis-0.1.0 vendor/bundle/jruby/1.9/gems/json-2.1.0-java/tests/json_ext_parser_test.rb
tdiary-5.0.5 vendor/bundle/gems/json-2.1.0/tests/json_ext_parser_test.rb
tdiary-5.0.5 vendor/bundle/gems/json-2.0.3/tests/json_ext_parser_test.rb
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/json-2.0.3/tests/json_ext_parser_test.rb
fluent-plugin-detect-memb-exceptions-0.0.2 vendor/bundle/ruby/2.0.0/gems/json-2.1.0/tests/json_ext_parser_test.rb
fluent-plugin-detect-memb-exceptions-0.0.1 vendor/bundle/ruby/2.0.0/gems/json-2.1.0/tests/json_ext_parser_test.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/json-2.1.0/tests/json_ext_parser_test.rb
json_pure-2.1.0 tests/json_ext_parser_test.rb
json-2.1.0-java tests/json_ext_parser_test.rb
json-2.1.0 tests/json_ext_parser_test.rb
json_pure-2.0.4 tests/json_ext_parser_test.rb
json-2.0.4 tests/json_ext_parser_test.rb
json-2.0.4-java tests/json_ext_parser_test.rb
tdiary-5.0.4 vendor/bundle/gems/json-2.0.3/tests/json_ext_parser_test.rb