Browse Source

Remove duplicated test case

NateScarlet 6 years ago
parent
commit
50f49a40f9
1 changed files with 0 additions and 9 deletions
  1. 0 9
      description_parsing_cases.json

+ 0 - 9
description_parsing_cases.json

@@ -268,15 +268,6 @@
       { "date": "2008-09-15", "isOffDay": true }
     ]
   },
-  {
-    "year": 2008,
-    "description": "9月13日—15日放假,共3天。其中,9月13日(星期六)为公休日,9月14日(农历八月十五,中秋节)为法定节假日,9月14日(星期日)公休日调至9月15日(星期一)。",
-    "expected": [
-      { "date": "2008-09-13", "isOffDay": true },
-      { "date": "2008-09-14", "isOffDay": true },
-      { "date": "2008-09-15", "isOffDay": true }
-    ]
-  },
   {
     "year": 2008,
     "description": "9月29日—10月5日放假,共7天。其中,10月1日、2日、3日为法定节假日,9月27日(星期六)、9月28日(星期日)两个公休日调至9月29日(星期一)、30日(星期二),10月4日(星期六)、5日(星期日)照常公休。",