diff options
author | David Robillard <d@drobilla.net> | 2021-08-08 20:45:55 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-01-28 21:57:07 -0500 |
commit | ccf868537987ced29aea0d5c6fb6d45c94ee025a (patch) | |
tree | d41146071899d7caab08953a0d17b3752599e902 /test | |
parent | 9547c806dbf76d6afd1e324fc924abdf944c4bda (diff) | |
download | serd-ccf868537987ced29aea0d5c6fb6d45c94ee025a.tar.gz serd-ccf868537987ced29aea0d5c6fb6d45c94ee025a.tar.bz2 serd-ccf868537987ced29aea0d5c6fb6d45c94ee025a.zip |
Factor out serd_choose_input_syntax()
Diffstat (limited to 'test')
-rwxr-xr-x | test/test_stdin.py | 2 |
1 files changed, 2 insertions, 0 deletions
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", "-", ] |