mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
Handle defer blocks when next'ing
This commit is contained in:
@ -40,6 +40,7 @@ func TestNextLines(t *testing.T) {
|
||||
{57, []int{55}},
|
||||
{30, []int{32}},
|
||||
{62, []int{63}},
|
||||
{67, []int{71}},
|
||||
}
|
||||
for i, c := range cases {
|
||||
lines, err := v.NextLines(tf, c.line)
|
||||
|
||||
Reference in New Issue
Block a user