File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -217,23 +217,23 @@ def test_parse():
217
217
r"Blurb 'body' can't start with 'gh-'!" ,
218
218
),
219
219
(
220
- "..gh-issue: 1\n ..section: IDLE\n Hello world!" ,
220
+ ".. gh-issue: 1\n .. section: IDLE\n Hello world!" ,
221
221
r"The gh-issue number must be 32426 or above, not a PR number" ,
222
222
),
223
223
(
224
- "..bpo: one-two\n ..section: IDLE\n Hello world!" ,
224
+ ".. bpo: one-two\n .. section: IDLE\n Hello world!" ,
225
225
r"Invalid bpo issue number! \('one-two'\)" ,
226
226
),
227
227
(
228
- "..gh-issue: one-two\n ..section: IDLE\n Hello world!" ,
228
+ ".. gh-issue: one-two\n .. section: IDLE\n Hello world!" ,
229
229
r"Invalid GitHub issue number! \('one-two'\)" ,
230
230
),
231
231
(
232
- "..gh-issue: 123456\n ..section: Funky Kong\n Hello world!" ,
232
+ ".. gh-issue: 123456\n .. section: Funky Kong\n Hello world!" ,
233
233
r"Invalid section 'Funky Kong'! You must use one of the predefined sections" ,
234
234
),
235
235
(
236
- "..gh-issue: 123456\n Hello world!" ,
236
+ ".. gh-issue: 123456\n Hello world!" ,
237
237
r"No 'section' specified. You must provide one!" ,
238
238
),
239
239
(
You can’t perform that action at this time.
0 commit comments