Accept space after equal sign in qualifiers when reading EMBL.111/head
commit81dd2e6baf4560cc9b281ca9aff67650238393e0
authorAdam Sjøgren <adsj@novozymes.com>
Fri, 10 Apr 2015 08:25:03 +0000 (10 10:25 +0200)
committerAdam Sjøgren <adsj@novozymes.com>
Fri, 10 Apr 2015 08:27:39 +0000 (10 10:27 +0200)
treec00530e5212f3ad929e1019c1b7a0d78b56db9c8
parent3b932458f70dbce666f18bffa2c4943959f38112
Accept space after equal sign in qualifiers when reading EMBL.

This makes /product= "some long ... value" read as if the space
after the '=' was not there; this formatting has been observed
in the wild.
Bio/SeqIO/embl.pm
t/SeqIO/embl.t
t/data/test_space.embl [new file with mode: 0644]