| Age | Commit message (Collapse) | Author |
|
|
|
Previously, the test.Assert and test.AssertBench functions has the
boolean parameter to print the stack trace of test in case its not equal.
Since this parameter is not mandatory and its usually always set to
"true", we remove them from function signature to simplify the call
to Assert and AssertBench.
|
|
In case of content end without new line, for example "a\nb", the Line()
method always return "b, 0" on the last line.
|
|
The Stop method return the remaining unparsed content and its last
position, and then call Close to reset the internal state back to zero.
|
|
|
|
|
|
|