mirror of
https://github.com/junegunn/fzf
synced 2026-07-28 17:51:42 +00:00
Fix index out of bounds error during Transform
This commit is contained in:
@@ -95,3 +95,7 @@ func TestTransform(t *testing.T) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func TestTransformIndexOutOfBounds(t *testing.T) {
|
||||
Transform([]Token{}, splitNth("1"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user