jcornaz / beancount-parser

A beancount file parser library for rust
The Unlicense
21 stars 7 forks source link

Space after string is required #68

Closed blais closed 9 months ago

blais commented 9 months ago

In your parser, after a string, if a space is not inserted, this returns a syntax error:

2019-05-25 * "DELLAPIETRASGOURMET BROOKLYN            NY" "73011009146 DELLAPIETRASMEATS@GMA"#family 

It's not super important, but my file contained a bunch of these (accidentally), but the Beancount C parser handles that.

jcornaz commented 9 months ago

Thanks for the report. This is fixed in 2.0.4