MCPcopy
hub / github.com/micro-editor/micro / TestAuto1

Function TestAuto1

internal/buffer/buffer_generated_test.go:8–47  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

6import "testing"
7
8func TestAuto1(t *testing.T) {
9 check(
10 t,
11 []string{
12 "ioe",
13 "",
14 "yjct",
15 "",
16 "",
17 },
18 []operation{
19 {
20 start: Loc{1, 0},
21 end: Loc{1, 0},
22 text: []string{
23 "b",
24 "r",
25 "fq",
26 },
27 },
28 {
29 start: Loc{3, 0},
30 end: Loc{0, 1},
31 text: []string{
32 "",
33 "",
34 },
35 },
36 },
37 []string{
38 "ib",
39 "r",
40 "fqoe",
41 "",
42 "yjct",
43 "",
44 "",
45 },
46 )
47}
48
49func TestAuto2(t *testing.T) {
50 check(

Callers

nothing calls this directly

Calls 1

checkFunction · 0.70

Tested by

no test coverage detected