feat: add the check_output_matches
plugin #5
1 changed files with 6 additions and 6 deletions
|
@ -70,7 +70,7 @@ func (r *Range) String() string {
|
||||||
type rangeParserState int
|
type rangeParserState int
|
||||||
|
|
||||||
const (
|
const (
|
||||||
rpsInit = iota // Initial state
|
rpsInit rangeParserState = iota // Initial state
|
||||||
rpsExpectStart // Expect the start of the range
|
rpsExpectStart // Expect the start of the range
|
||||||
rpsInStart // Reading the start of the range
|
rpsInStart // Reading the start of the range
|
||||||
rpsExpectColon // Expect the colon that separates the start and end
|
rpsExpectColon // Expect the colon that separates the start and end
|
||||||
|
|
Loading…
Reference in a new issue