On Mon Nov  9 04:32:24 PST 2015, aris...@ar.aichi-u.ac.jp wrote:
> Hello,
> 
> manual ndb(6) says: "Each line starting without white space starts a new 
> tuple. Lines starting with # are comments.”
> 
> assume we have an entry such as:
> dom=foo
>       # a blank line follows
> 
>       auth=bar
> 
> if the blank line contains a white space, then
>       ndb/query dom foo auth
> will produce
>       dom=foo auth=bar
> on the other hand, if the blank line is empty, then the command will produce
>       dom=foo
> 
> Is this a bug or a specification?
> I want to believe this is a bug.

i can't replicate this:

; cat a.db
dom=fu
        # comment

        auth=bar
; ndb/query -f a.db dom fu
dom=fu 


- erik

Reply via email to