Skip to content

Commit cfe623a

Browse files
committed
Added missing test arguments
1 parent 868f0f6 commit cfe623a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/tests.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ echo -n "- Short arguments without equals only: "
5151
-b bravo \
5252
-c charlie \
5353
-d delta \
54-
-n 4
54+
-n 4 \
55+
-q "quoted string"
5556
echo
5657

5758
echo -n "- Short arguments overriding long arguments: "
@@ -65,7 +66,8 @@ echo -n "- Short arguments overriding long arguments: "
6566
--delta=badoption \
6667
-d delta \
6768
--numeric=badoption \
68-
-n 4
69+
-n 4 \
70+
-q "quoted string"
6971
echo
7072

7173

0 commit comments

Comments
 (0)