From 505209a2ff35c2b880cc64712932fd4d11aeaf8d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 21 Oct 2018 20:57:33 +0200 Subject: Simplify streaming API and improve pretty printing 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. --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index f5f6cde7..1fcee676 100644 --- a/wscript +++ b/wscript @@ -505,6 +505,7 @@ def test(ctx): with autowaf.begin_tests(ctx, APPNAME, 'ThroughSyntax'): test_syntax_io('base.ttl', 'base.ttl', 'turtle') test_syntax_io('qualify-in.ttl', 'qualify-out.ttl', 'turtle') + test_syntax_io('pretty.trig', 'pretty.trig', 'trig') nul = os.devnull autowaf.run_tests(ctx, APPNAME, [ -- cgit v1.2.1