B>C'); $this->assertSame('A > B > C', CondorcetUtil::format($vote, true)); } public function testDeleteComments(): void { $result = CondorcetUtil::prepareParse('A > B # This is a comment', false); $this->assertSame(['A > B'], $result); } }