aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-06-24 12:44:39 -0400
committerDavid Robillard <d@drobilla.net>2024-06-25 15:52:07 -0400
commit032abfdff61056a7029a440fc1895bbe41ec964a (patch)
treeafbb3d137d5f7e8efeec031d7e32bf938f18484b /test
parent53fed50c8e37bf873196c2503814cd8b33acd298 (diff)
downloadserd-032abfdff61056a7029a440fc1895bbe41ec964a.tar.gz
serd-032abfdff61056a7029a440fc1895bbe41ec964a.tar.bz2
serd-032abfdff61056a7029a440fc1895bbe41ec964a.zip
Fix overly permissive parsing of syntax names on the command line
Diffstat (limited to 'test')
-rw-r--r--test/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/meson.build b/test/meson.build
index 0ea7f1a2..fe476491 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -155,9 +155,10 @@ simple_command_tests = {
['-c'],
['-fi'],
['-i', 'turtle'],
- ['-i', 'unknown'],
+ ['-i', 'turt'],
['-i'],
- ['-o', 'unknown'],
+ ['-o', '~unknown'],
+ ['-o', 'ntripleses'],
['-o'],
['-p'],
['-r'],