aboutsummaryrefslogtreecommitdiffstats
path: root/tests/good/pretty.trig
AgeCommit message (Collapse)AuthorFilesLines
2019-04-13Simplify streaming API and improve pretty printingDavid Robillard1-0/+84
This removes the obligation from the caller to correctly maintain flags to describe the current anonymous context, instead making the writer handle this itself as much as possible. Flags remain for the cases the writer can not infer from context: the start of anonymous subject and object nodes.