Sha256: 3bc515e780c340f84ccdeccdef765242b5405080bebc70f1288b61a737df5edf

Contents?: true

Size: 245 Bytes

Versions: 86

Compression:

Stored size: 245 Bytes

Contents

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

require 'appmap/minitest'
require 'minitest/autorun'
require 'parser/current'

class ParserTest < ::Minitest::Test
  def test_parser
    Parser::CurrentRuby.parse(File.read(__FILE__))
  end
end

Version data entries

86 entries across 86 versions & 1 rubygems

Version Path
appmap-0.83.4 test/fixtures/gem_test/test/parser_test.rb
appmap-0.83.3 test/fixtures/gem_test/test/parser_test.rb
appmap-0.83.2 test/fixtures/gem_test/test/parser_test.rb
appmap-0.83.1 test/fixtures/gem_test/test/parser_test.rb
appmap-0.83.0 test/fixtures/gem_test/test/parser_test.rb
appmap-0.82.0 test/fixtures/gem_test/test/parser_test.rb
appmap-0.81.1 test/fixtures/gem_test/test/parser_test.rb
appmap-0.81.0 test/fixtures/gem_test/test/parser_test.rb
appmap-0.80.2 test/fixtures/gem_test/test/parser_test.rb
appmap-0.80.1 test/fixtures/gem_test/test/parser_test.rb
appmap-0.80.0 test/fixtures/gem_test/test/parser_test.rb
appmap-0.79.0 test/fixtures/gem_test/test/parser_test.rb
appmap-0.78.0 test/fixtures/gem_test/test/parser_test.rb
appmap-0.77.4 test/fixtures/gem_test/test/parser_test.rb
appmap-0.77.3 test/fixtures/gem_test/test/parser_test.rb
appmap-0.77.2 test/fixtures/gem_test/test/parser_test.rb
appmap-0.77.1 test/fixtures/gem_test/test/parser_test.rb
appmap-0.77.0 test/fixtures/gem_test/test/parser_test.rb
appmap-0.76.0 test/fixtures/gem_test/test/parser_test.rb
appmap-0.75.0 test/fixtures/gem_test/test/parser_test.rb