vcflib / bio-vcf

Smart VCF parser DSL
MIT License
82 stars 23 forks source link

Possible fix of the issue 33 (Final JSON record has extraneous comma) #44

Closed uazadi closed 3 years ago

uazadi commented 7 years ago

\< }, ]

> } ]

This is the only difference between the two file, so the "cucumber features/cli.feature:56" scenario fails for this reason, that match with the fix

pjotrp commented 3 years ago

Fixed #33