Sha256: 13631f543ca9725313e6641a273e692682ebe7be83d981d735fcff0ccc955878

Contents?: true

Size: 439 Bytes

Versions: 5

Compression:

Stored size: 439 Bytes

Contents

###
#
# Tests for string comparison by taxamatch algorithm
#
##

# additional authorship should match
Puma concolor|Puma concolor L.|true

# one-letter misspeling in species epithet should match
Puma concolor|Puma cancolor|true

Pomatomus saltatrix|Pomatomus saltratix|true
Pomatomus saltator|Pomatomus saltatrix|true

Loligo pealeii|Loligo plei|false

# different authors should not match
#Puma concolor Linnaeus|Puma concolor Kurtz|false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dimus-taxamatch_rb-0.1.2 spec/taxamatch_test.txt
dimus-taxamatch_rb-0.1.4 spec/taxamatch_test.txt
dimus-taxamatch_rb-0.1.5 spec/taxamatch_test.txt
dimus-taxamatch_rb-0.1.6 spec/taxamatch_test.txt
dimus-taxamatch_rb-0.1.7 spec/taxamatch_test.txt