File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -43377,8 +43377,12 @@ const auth_header_1 = __nccwpck_require__(3542);
4337743377const make_request_1 = __nccwpck_require__(5626);
4337843378const isReservedHeading = (context, str) => {
4337943379 const reservedHeadings = [
43380+ "after-all",
43381+ "after-each",
4338043382 "after-user-code",
4338143383 "answers",
43384+ "before-all",
43385+ "before-each",
4338243386 "before-user-code",
4338343387 "description",
4338443388 "fcc-editable-region",
Original file line number Diff line number Diff line change @@ -8,8 +8,12 @@ import { makeRequest } from "./make-request";
88
99const isReservedHeading = ( context : string , str : string ) => {
1010 const reservedHeadings = [
11+ "after-all" ,
12+ "after-each" ,
1113 "after-user-code" ,
1214 "answers" ,
15+ "before-all" ,
16+ "before-each" ,
1317 "before-user-code" ,
1418 "description" ,
1519 "fcc-editable-region" ,
You can’t perform that action at this time.
0 commit comments