File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
test/lib/utils/test_cases Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ const atCoderUniversityPrefixes = getContestPrefixes(ATCODER_UNIVERSITIES);
165165 */
166166const ATCODER_OTHERS : ContestPrefix = {
167167 chokudai_S : 'Chokudai SpeedRun' ,
168+ 'code-festival-2014-quala' : 'Code Festival 2014 予選 A' ,
168169 'code-festival-2014-qualb' : 'Code Festival 2014 予選 B' ,
169170 'code-festival-2014-final' : 'Code Festival 2014 決勝' ,
170171 'code-festival-2015-morning-middle' : 'CODE FESTIVAL 2015 あさぷろ Middle' ,
Original file line number Diff line number Diff line change @@ -307,6 +307,10 @@ export const atCoderOthers = [
307307 contestId : 'chokudai_S002' ,
308308 expected : ContestType . OTHERS ,
309309 } ) ,
310+ createTestCaseForContestType ( 'CODE FESTIVAL 2014 qual A' ) ( {
311+ contestId : 'code-festival-2014-quala' ,
312+ expected : ContestType . OTHERS ,
313+ } ) ,
310314 createTestCaseForContestType ( 'CODE FESTIVAL 2014 qual B' ) ( {
311315 contestId : 'code-festival-2014-qualb' ,
312316 expected : ContestType . OTHERS ,
You can’t perform that action at this time.
0 commit comments