Sha256: 547b6d29f0275ed4078a3e560b2a4df6fb4e40fb3687b45f59ee70ed4088ea98

Contents?: true

Size: 248 Bytes

Versions: 12

Compression:

Stored size: 248 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

$LOAD_PATH << __dir__
@oj_dir = File.dirname(File.expand_path(__dir__))
%w(lib ext).each do |dir|
  $LOAD_PATH << File.join(@oj_dir, dir)
end

require 'test_parser_usual'
require 'test_parser_saj'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
oj-3.16.9 test/test_parser.rb
oj-3.16.8 test/test_parser.rb
oj-3.16.7 test/test_parser.rb
oj-3.16.6 test/test_parser.rb
oj-3.16.5 test/test_parser.rb
oj-3.16.4 test/test_parser.rb
oj-3.16.3 test/test_parser.rb
oj-3.16.2 test/test_parser.rb
oj-3.16.1 test/test_parser.rb
oj-3.16.0 test/test_parser.rb
oj-3.15.1 test/test_parser.rb
oj-3.15.0 test/test_parser.rb