summaryrefslogtreecommitdiff
path: root/std/flags/parse_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/flags/parse_test.ts')
-rwxr-xr-xstd/flags/parse_test.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/std/flags/parse_test.ts b/std/flags/parse_test.ts
index 9a19e5634..3e981a43a 100755
--- a/std/flags/parse_test.ts
+++ b/std/flags/parse_test.ts
@@ -26,6 +26,9 @@ Deno.test("comprehensive", function (): void {
"--bool",
"--no-meep",
"--multi=baz",
+ "-f=abc=def",
+ "--foo=---=\\n--+34-=/=",
+ "-e==",
"--",
"--not-a-flag",
"eek",
@@ -34,6 +37,9 @@ Deno.test("comprehensive", function (): void {
c: true,
a: true,
t: true,
+ e: "=",
+ f: "abc=def",
+ foo: "---=\\n--+34-=/=",
s: "woo",
h: "awesome",
b: true,