From a2ed0f1da672bbdeb85944b15df3bf2558f29ac7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 11 Apr 2021 21:18:49 -0400 Subject: Support combining several BSD-style command line flags in serdi --- wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 2a4085b4..7c76aae4 100644 --- a/wscript +++ b/wscript @@ -581,6 +581,8 @@ def test(tst): with tst.group('GoodCommands') as check: check([serdi, '%s/serd.ttl' % srcdir], stdout=os.devnull) + check([serdi, '-li', 'turtle', '%s/test/lax/test-bad-string.ttl' % srcdir], + stdout=os.devnull) check([serdi, '-v']) check([serdi, '-h']) check([serdi, '-s', ' a .']) @@ -598,6 +600,7 @@ def test(tst): check([serdi, '-i', 'illegal']) check([serdi, '-i', 'turtle']) check([serdi, '-i']) + check([serdi, '-fi']) check([serdi, '-o', 'illegal']) check([serdi, '-o']) check([serdi, '-p']) -- cgit v1.2.1