We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e77bd commit 5e438e4Copy full SHA for 5e438e4
test/Util/LineParserTest.php
@@ -45,9 +45,8 @@ public function testParse(): void
45
$len = count($args);
46
self::assertSame('val 2', $args[$len-1]);
47
48
-
49
$line = 'kite top sub -a "the a message "foo val1 --bar "val 2"';
50
$args = LineParser::parseIt($line);
51
- self::assertCount(9, $args);
+ self::assertCount(8, $args);
52
}
53
0 commit comments