New issue 282: Pipe not a comment?
https://bitbucket.org/blais/beancount/issues/282/pipe-not-a-comment

Martin Michlmayr:

I don't know if this is a code or a documentation issue.  The syntax guide says:

> Any line that does not begin as a valid Beancount syntax directive (e.g. with 
> a date) is silently ignored.

Now I'm not sure if this is wise since this makes it really easy to 
accidentally get something silently ignored that you don't want to be ignored.

But in any case, if the documentation is correct, this should be a valid 
comment:


```
| foo
```

but I get:

```
.../t.bean:3:       syntax error, unexpected PIPE
```


-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beancount+unsubscr...@googlegroups.com.
To post to this group, send email to beancount@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/20180416151239.27363.61261%40celery-worker-106.ash1.bb-inf.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to