File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ function! s:suite.error_parse()
95
95
\ v: null ,
96
96
\ test_null_job (),
97
97
\ test_null_channel (),
98
- \ test_null_blob (),
98
+ \] + ( exists ( ' * test_null_blob' ) ? [ test_null_blob ()] : []) + [
99
99
\ ' ' ,
100
100
\ ' #' ,
101
101
\ ' #d' ,
@@ -138,7 +138,7 @@ function! s:suite.error_rgb()
138
138
\ repeat ([v: null ], 3 ),
139
139
\ repeat ([test_null_job ()], 3 ),
140
140
\ repeat ([test_null_channel ()], 3 ),
141
- \ repeat ([test_null_blob ()], 3 ),
141
+ \] + ( exists ( ' *test_null_blob ' ) ? [ repeat ([test_null_blob ()], 3 )] : []) + [
142
142
\ [-1 , 0 , 0 ],
143
143
\ [-2 , 0 , 0 ],
144
144
\ [0 , -1 , 0 ],
@@ -171,7 +171,7 @@ function! s:suite.error_hsl()
171
171
\ repeat ([v: null ], 3 ),
172
172
\ repeat ([test_null_job ()], 3 ),
173
173
\ repeat ([test_null_channel ()], 3 ),
174
- \ repeat ([test_null_blob ()], 3 ),
174
+ \] + ( exists ( ' *test_null_blob ' ) ? [ repeat ([test_null_blob ()], 3 )] : []) + [
175
175
\ [-1 , 0 , 0 ],
176
176
\ [-2 , 0 , 0 ],
177
177
\ [0 , -1 , 0 ],
@@ -203,7 +203,7 @@ function! s:suite.error_xterm()
203
203
\ v: null ,
204
204
\ test_null_job (),
205
205
\ test_null_channel (),
206
- \ test_null_blob (),
206
+ \] + ( exists ( ' * test_null_blob' ) ? [ test_null_blob ()] : []) + [
207
207
\ -2 ,
208
208
\ -1 ,
209
209
\ 256 ,
You can’t perform that action at this time.
0 commit comments