File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 374
374
"param" : " (?:^|[^\\ d])(\\ d+)(?:[^\\ d]|$)" ,
375
375
"input" : " 1234567890012345" ,
376
376
"type" : " op" ,
377
- "ret" : 1 ,
378
- "name" : " verifyCC" ,
379
- "comment" : " originally this test case was expecting 0 but i guess that is the wrong answer, changing it..."
377
+ "ret" : 0 ,
378
+ "name" : " verifyCC"
380
379
},
381
380
{
382
381
"name" : " verifyCC" ,
438
437
"param" : " (?:^|[^\\ d])(\\ d{4}\\ -?\\ d{4}\\ -?\\ d{2}\\ -?\\ d{2}\\ -?\\ d{1,4})(?:[^\\ d]|$)" ,
439
438
"input" : " 5484605089158217" ,
440
439
"name" : " verifyCC" ,
441
- "ret" : 1 ,
442
- "type" : " op" ,
443
- "comment" : " originally this test case was expecting 0 but i guess that is the wrong answer, changing it..."
440
+ "ret" : 0 ,
441
+ "type" : " op"
444
442
},
445
443
{
446
444
"input" : " 5574407071807154" ,
467
465
"input" : " 15484605089158216" ,
468
466
"param" : " (?:^|[^\\ d])(\\ d{4}\\ -?\\ d{4}\\ -?\\ d{2}\\ -?\\ d{2}\\ -?\\ d{1,4})(?:[^\\ d]|$)" ,
469
467
"name" : " verifyCC" ,
470
- "ret" : 1 ,
471
- "type" : " op" ,
472
- "comment" : " originally this test case was expecting 0 but i guess that is the wrong answer, changing it..."
468
+ "ret" : 0 ,
469
+ "type" : " op"
473
470
},
474
471
{
475
472
"type" : " op" ,
You can’t perform that action at this time.
0 commit comments