| Tests the question rule which determines if the given findChar
is found between the start of the statement and the endChar,
which must exist on the current line.
This is done in the context of determining if a colon that
was found on the current line is part of a ternary operator.
Hence, we use endChar=':' and findChar='?'.
version: $Id: QuestionExistsCharInStmtTest.java 4255 2007-08-28 19:17:37Z mgricken $ |