summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/it.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/it.t b/test/it.t
index 3003ccf..992a81f 100755
--- a/test/it.t
+++ b/test/it.t
@@ -565,6 +565,7 @@ function requesturi($teststring, $expect)
_getopt(["val"], ['foo' => "val"]);
_getopt(["--", "-val"], ['foo' => "-val"]);
+_getopt(["--", "--"], ['foo' => "--"]);
_getopt(["-v", "val"], ['verbose' => true, 'foo' => "val"]);
_getopt(["--verbose", "val"], ['verbose' => true, 'foo' => "val"]);
_getopt(["-vw", "val"], ['verbose' => true, 'werbose' => true, 'foo' => "val"]);