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

Function TestAuto3

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

Source from the content-addressed store, hash-verified

96}
97
98func TestAuto3(t *testing.T) {
99 check(
100 t,
101 []string{
102 "ofw",
103 "qsxmziuvzw",
104 "rp",
105 "qsnymek",
106 "elth",
107 "wmgzbwudxz",
108 "iwsdkndh",
109 "bujlbwb",
110 "asuouxfv",
111 "xuccnb",
112 },
113 []operation{
114 {
115 start: Loc{2, 3},
116 end: Loc{2, 3},
117 text: []string{
118 "",
119 },
120 },
121 },
122 []string{
123 "ofw",
124 "qsxmziuvzw",
125 "rp",
126 "qsnymek",
127 "elth",
128 "wmgzbwudxz",
129 "iwsdkndh",
130 "bujlbwb",
131 "asuouxfv",
132 "xuccnb",
133 },
134 )
135}
136
137func TestAuto4(t *testing.T) {
138 check(

Callers

nothing calls this directly

Calls 1

checkFunction · 0.70

Tested by

no test coverage detected