Results 3 comments of Brian St. Pierre

@brackendawson Yes. When I modify the test program above to match the new api and run against that branch, it runs without errors. ``` package main import ( "testing" "github.com/stretchr/testify/suite"...

Works for me if I use `go run -tags sqlite main.go`

[According to the documentation](https://beancount.github.io/docs/beancount_language_syntax.html#comments), `#` is not a comment character -- `;` is the only comment character, except for other characters that work as comment characters: > Any line that...