File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -69,16 +69,6 @@ local function test_full_reindent()
69
69
' "another key": "another value"' ,
70
70
' }' ,
71
71
' #+END_SRC' ,
72
- ' - Correctly ignores blank lines for calculating indentation' ,
73
- ' #+BEGIN_SRC json' ,
74
- ' ' ,
75
- ' {' ,
76
- ' "key": "value",' ,
77
- ' ' ,
78
- ' "another key": "another value"' ,
79
- ' }' ,
80
- ' ' ,
81
- ' #+END_SRC' ,
82
72
}
83
73
helpers .create_file (unformatted_file )
84
74
vim .cmd ([[ silent norm 0gg=G]] )
@@ -142,16 +132,6 @@ local function test_full_reindent()
142
132
' "another key": "another value"' ,
143
133
' }' ,
144
134
' #+END_SRC' ,
145
- ' - Correctly ignores blank lines for calculating indentation' ,
146
- ' #+BEGIN_SRC json' ,
147
- ' ' ,
148
- ' {' ,
149
- ' "key": "value",' ,
150
- ' ' ,
151
- ' "another key": "another value"' ,
152
- ' }' ,
153
- ' ' ,
154
- ' #+END_SRC' ,
155
135
}
156
136
else
157
137
expected = {
@@ -212,16 +192,6 @@ local function test_full_reindent()
212
192
' "another key": "another value"' ,
213
193
' }' ,
214
194
' #+END_SRC' ,
215
- ' - Correctly ignores blank lines for calculating indentation' ,
216
- ' #+BEGIN_SRC json' ,
217
- ' ' ,
218
- ' {' ,
219
- ' "key": "value",' ,
220
- ' ' ,
221
- ' "another key": "another value"' ,
222
- ' }' ,
223
- ' ' ,
224
- ' #+END_SRC' ,
225
195
}
226
196
end
227
197
expect_whole_buffer (expected )
You can’t perform that action at this time.
0 commit comments