Fix infinite loop when consuming comments
When consuming comments, we need to consume the solidus that was found in the event that it is not the start of a comment, otherwise CompleteLexter::readWhile() repeatedly reads the same solidus.
When consuming comments, we need to consume the solidus that was found in the event that it is not the start of a comment, otherwise CompleteLexter::readWhile() repeatedly reads the same solidus.