lib/biodiversity/parser/scientific_name.treetop in dimus-biodiversity-0.0.5 vs lib/biodiversity/parser/scientific_name.treetop in dimus-biodiversity-0.0.6
- old
+ new
@@ -283,10 +283,10 @@
def details
a.details.merge(b.details)
end
}
/
- space a:species_name space b:latin_word {
+ space a:species_name space b:latin_word &[^\.] {
def value
a.value + " " + b.value
end
def canonical
\ No newline at end of file