cover both args ending in -- and args not ending in -- for os:argv/1 test
This commit is contained in:
5
tests/scryer/cli/issues/os_argv-no-final--.stdin
Normal file
5
tests/scryer/cli/issues/os_argv-no-final--.stdin
Normal file
@@ -0,0 +1,5 @@
|
||||
os:argv(V).
|
||||
os:argv(["test1"|_]).
|
||||
os:argv(["--"|_]).
|
||||
os:argv(["test2"|_]).
|
||||
os:argv([]).
|
||||
Reference in New Issue
Block a user