mirror of
https://github.com/vbatts/tar-split.git
synced 2025-10-09 06:08:24 +00:00
test: discovered vet issue, masked by tags
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
812981d95d
commit
05a295f267
2 changed files with 15 additions and 10 deletions
|
@ -206,12 +206,10 @@ func unvisRune(dst *[]byte, r rune, s *state, flags VisFlag) error {
|
|||
}
|
||||
*s = stateGround
|
||||
return unvisValid
|
||||
default:
|
||||
*s = stateGround
|
||||
return unvisErrSynbad
|
||||
}
|
||||
|
||||
return nil
|
||||
*s = stateGround
|
||||
return unvisErrSynbad
|
||||
}
|
||||
|
||||
type state int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue