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

Function TestAuto2

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

Source from the content-addressed store, hash-verified

47}
48
49func TestAuto2(t *testing.T) {
50 check(
51 t,
52 []string{
53 "f",
54 "littnhskrq",
55 "utxvsizqnk",
56 "lslqz",
57 "jxn",
58 "gmm",
59 },
60 []operation{
61 {
62 start: Loc{1, 0},
63 end: Loc{1, 0},
64 text: []string{
65 "",
66 "o",
67 },
68 },
69 {
70 start: Loc{3, 1},
71 end: Loc{3, 1},
72 text: []string{
73 "zaq",
74 "avb",
75 },
76 },
77 {
78 start: Loc{4, 1},
79 end: Loc{1, 5},
80 text: []string{
81 "jlr",
82 "zl",
83 "j",
84 },
85 },
86 },
87 []string{
88 "f",
89 "o",
90 "litzaq",
91 "avbtjlr",
92 "zl",
93 "jmm",
94 },
95 )
96}
97
98func TestAuto3(t *testing.T) {
99 check(

Callers

nothing calls this directly

Calls 1

checkFunction · 0.70

Tested by

no test coverage detected