summaryrefslogtreecommitdiff
path: root/flags/tests/parse.ts
diff options
context:
space:
mode:
Diffstat (limited to 'flags/tests/parse.ts')
-rwxr-xr-xflags/tests/parse.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/flags/tests/parse.ts b/flags/tests/parse.ts
index 73bdb7c3b..a37cd4c63 100755
--- a/flags/tests/parse.ts
+++ b/flags/tests/parse.ts
@@ -178,7 +178,7 @@ test(function nestedDottedObjects() {
"4",
"--foo.quux.quibble",
"5",
- "--foo.quux.o_O",
+ "--foo.quux.oO",
"--beep.boop"
]);
@@ -187,7 +187,7 @@ test(function nestedDottedObjects() {
baz: 4,
quux: {
quibble: 5,
- o_O: true
+ oO: true
}
});
assertEquals(argv.beep, { boop: true });