Sha256: c26b23b90d7a24b47eb1f89473355755bd58a88ba3db9be097489b2fae061669

Contents?: true

Size: 583 Bytes

Versions: 13

Compression:

Stored size: 583 Bytes

Contents

# sudo dtrace -qs test/macruby.d -c "macruby -Ilib -rrubygems test/macruby.rb"

require 'bibtex'

input = <<~END
  @book{pickaxe,
  	Address = {Raleigh, North Carolina},
  	Author = {Thomas, Dave, and Fowler, Chad, and Hunt, Andy},
  	Date-Added = {2010-08-05 09:54:07 +0200},
  	Date-Modified = {2010-08-05 10:07:01 +0200},
  	Keywords = {ruby},
  	Publisher = {The Pragmatic Bookshelf},
  	Series = {The Facets of Ruby},
  	Title = {Programming Ruby 1.9: The Pragmatic Programmer's Guide},
  	Year = {2009}
  }
END

lexer = BibTeX::Lexer.new
lexer.data = input * 100
lexer.analyse

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
bibtex-ruby-6.1.0 test/macruby.rb
bibtex-ruby-6.0.0 test/macruby.rb
bibtex-ruby-5.1.6 test/macruby.rb
bibtex-ruby-5.1.5 test/macruby.rb
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/bibtex-ruby-5.1.4/test/macruby.rb
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/bibtex-ruby-5.1.4/test/macruby.rb
bibtex-ruby-5.1.4 test/macruby.rb
bibtex-ruby-5.1.3 test/macruby.rb
bibtex-ruby-5.1.2 test/macruby.rb
bibtex-ruby-5.1.1 test/macruby.rb
bibtex-ruby-5.1.0 test/macruby.rb
bibtex-ruby-5.0.1 test/macruby.rb
bibtex-ruby-5.0.0 test/macruby.rb