From ccf868537987ced29aea0d5c6fb6d45c94ee025a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Aug 2021 20:45:55 -0400 Subject: Factor out serd_choose_input_syntax() --- test/test_stdin.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_stdin.py') diff --git a/test/test_stdin.py b/test/test_stdin.py index 461f6d50..11b1ca21 100755 --- a/test/test_stdin.py +++ b/test/test_stdin.py @@ -18,6 +18,8 @@ command = shlex.split(args.wrapper) + [ args.serdi, "-I", "http://example.org", + "-i", + "ntriples", "-", ] -- cgit v1.2.1