holiday-cn/scripts/description_parsing_cases.json
2022-12-09 16:52:02 +08:00

498 lines
20 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"year": 2019,
"description": "2018年12月30日至2019年1月1日放假调休共3天。2018年12月29日星期六上班。",
"expected": [
{ "date": "2018-12-30", "isOffDay": true },
{ "date": "2018-12-31", "isOffDay": true },
{ "date": "2019-01-01", "isOffDay": true },
{ "date": "2018-12-29", "isOffDay": false }
]
},
{
"year": 2019,
"description": "2月4日至10日放假调休共7天。2月2日星期六、2月3日星期日上班。",
"expected": [
{ "date": "2019-02-04", "isOffDay": true },
{ "date": "2019-02-05", "isOffDay": true },
{ "date": "2019-02-06", "isOffDay": true },
{ "date": "2019-02-07", "isOffDay": true },
{ "date": "2019-02-08", "isOffDay": true },
{ "date": "2019-02-09", "isOffDay": true },
{ "date": "2019-02-10", "isOffDay": true },
{ "date": "2019-02-02", "isOffDay": false },
{ "date": "2019-02-03", "isOffDay": false }
]
},
{
"year": 2019,
"description": "4月5日放假与周末连休。",
"expected": [{ "date": "2019-04-05", "isOffDay": true }]
},
{
"year": 2019,
"description": "5月1日放假。",
"expected": [{ "date": "2019-05-01", "isOffDay": true }]
},
{
"year": 2019,
"description": "6月7日放假与周末连休。",
"expected": [{ "date": "2019-06-07", "isOffDay": true }]
},
{
"year": 2019,
"description": "9月13日放假与周末连休。",
"expected": [{ "date": "2019-09-13", "isOffDay": true }]
},
{
"year": 2019,
"description": "10月1日至7日放假调休共7天。9月29日星期日、10月12日星期六上班。",
"expected": [
{ "date": "2019-10-01", "isOffDay": true },
{ "date": "2019-10-02", "isOffDay": true },
{ "date": "2019-10-03", "isOffDay": true },
{ "date": "2019-10-04", "isOffDay": true },
{ "date": "2019-10-05", "isOffDay": true },
{ "date": "2019-10-06", "isOffDay": true },
{ "date": "2019-10-07", "isOffDay": true },
{ "date": "2019-09-29", "isOffDay": false },
{ "date": "2019-10-12", "isOffDay": false }
]
},
{
"year": 2018,
"description": "1月1日放假与周末连休。",
"expected": [{ "date": "2018-01-01", "isOffDay": true }]
},
{
"year": 2018,
"description": "2月15日至21日放假调休共7天。2月11日星期日、2月24日星期六上班。",
"expected": [
{ "date": "2018-02-15", "isOffDay": true },
{ "date": "2018-02-16", "isOffDay": true },
{ "date": "2018-02-17", "isOffDay": true },
{ "date": "2018-02-18", "isOffDay": true },
{ "date": "2018-02-19", "isOffDay": true },
{ "date": "2018-02-20", "isOffDay": true },
{ "date": "2018-02-21", "isOffDay": true },
{ "date": "2018-02-11", "isOffDay": false },
{ "date": "2018-02-24", "isOffDay": false }
]
},
{
"year": 2018,
"description": "4月5日至7日放假调休共3天。4月8日星期日上班。",
"expected": [
{ "date": "2018-04-05", "isOffDay": true },
{ "date": "2018-04-06", "isOffDay": true },
{ "date": "2018-04-07", "isOffDay": true },
{ "date": "2018-04-08", "isOffDay": false }
]
},
{
"year": 2018,
"description": "4月29日至5月1日放假调休共3天。4月28日星期六上班。",
"expected": [
{ "date": "2018-04-29", "isOffDay": true },
{ "date": "2018-04-30", "isOffDay": true },
{ "date": "2018-05-01", "isOffDay": true },
{ "date": "2018-04-28", "isOffDay": false }
]
},
{
"year": 2018,
"description": "6月18日放假与周末连休。",
"expected": [{ "date": "2018-06-18", "isOffDay": true }]
},
{
"year": 2018,
"description": "9月24日放假与周末连休。",
"expected": [{ "date": "2018-09-24", "isOffDay": true }]
},
{
"year": 2018,
"description": "10月1日至7日放假调休共7天。9月29日星期六、9月30日星期日上班。",
"expected": [
{ "date": "2018-10-01", "isOffDay": true },
{ "date": "2018-10-02", "isOffDay": true },
{ "date": "2018-10-03", "isOffDay": true },
{ "date": "2018-10-04", "isOffDay": true },
{ "date": "2018-10-05", "isOffDay": true },
{ "date": "2018-10-06", "isOffDay": true },
{ "date": "2018-10-07", "isOffDay": true },
{ "date": "2018-09-29", "isOffDay": false },
{ "date": "2018-09-30", "isOffDay": false }
]
},
{
"year": 2016,
"description": "1月1日放假与周末连休。",
"expected": [{ "date": "2016-01-01", "isOffDay": true }]
},
{
"year": 2016,
"description": "2月7日至13日放假调休共7天。2月6日星期六、2月14日星期日上班。",
"expected": [
{ "date": "2016-02-07", "isOffDay": true },
{ "date": "2016-02-08", "isOffDay": true },
{ "date": "2016-02-09", "isOffDay": true },
{ "date": "2016-02-10", "isOffDay": true },
{ "date": "2016-02-11", "isOffDay": true },
{ "date": "2016-02-12", "isOffDay": true },
{ "date": "2016-02-13", "isOffDay": true },
{ "date": "2016-02-06", "isOffDay": false },
{ "date": "2016-02-14", "isOffDay": false }
]
},
{
"year": 2016,
"description": "4月4日放假与周末连休。",
"expected": [{ "date": "2016-04-04", "isOffDay": true }]
},
{
"year": 2016,
"description": "5月1日放假5月2日星期一补休。",
"expected": [
{ "date": "2016-05-01", "isOffDay": true },
{ "date": "2016-05-02", "isOffDay": true }
]
},
{
"year": 2016,
"description": "6月9日至11日放假调休共3天。6月12日星期日上班。",
"expected": [
{ "date": "2016-06-09", "isOffDay": true },
{ "date": "2016-06-10", "isOffDay": true },
{ "date": "2016-06-11", "isOffDay": true },
{ "date": "2016-06-12", "isOffDay": false }
]
},
{
"year": 2016,
"description": "9月15日至17日放假调休共3天。9月18日星期日上班。",
"expected": [
{ "date": "2016-09-15", "isOffDay": true },
{ "date": "2016-09-16", "isOffDay": true },
{ "date": "2016-09-17", "isOffDay": true },
{ "date": "2016-09-18", "isOffDay": false }
]
},
{
"year": 2016,
"description": "10月1日至7日放假调休共7天。10月8日星期六、10月9日星期日上班。",
"expected": [
{ "date": "2016-10-01", "isOffDay": true },
{ "date": "2016-10-02", "isOffDay": true },
{ "date": "2016-10-03", "isOffDay": true },
{ "date": "2016-10-04", "isOffDay": true },
{ "date": "2016-10-05", "isOffDay": true },
{ "date": "2016-10-06", "isOffDay": true },
{ "date": "2016-10-07", "isOffDay": true },
{ "date": "2016-10-08", "isOffDay": false },
{ "date": "2016-10-09", "isOffDay": false }
]
},
{
"year": 2016,
"description": "5月1日放假5月2日星期一补休。",
"expected": [
{ "date": "2016-05-01", "isOffDay": true },
{ "date": "2016-05-02", "isOffDay": true }
]
},
{
"year": 2014,
"description": "1月1日放假1天。",
"expected": [{ "date": "2014-01-01", "isOffDay": true }]
},
{
"year": 2014,
"description": "1月31日至2月6日放假调休共7天。1月26日星期日、2月8日星期六上班。",
"expected": [
{ "date": "2014-01-31", "isOffDay": true },
{ "date": "2014-02-01", "isOffDay": true },
{ "date": "2014-02-02", "isOffDay": true },
{ "date": "2014-02-03", "isOffDay": true },
{ "date": "2014-02-04", "isOffDay": true },
{ "date": "2014-02-05", "isOffDay": true },
{ "date": "2014-02-06", "isOffDay": true },
{ "date": "2014-01-26", "isOffDay": false },
{ "date": "2014-02-08", "isOffDay": false }
]
},
{
"year": 2014,
"description": "4月5日放假4月7日星期一补休。",
"expected": [
{ "date": "2014-04-05", "isOffDay": true },
{ "date": "2014-04-07", "isOffDay": true }
]
},
{
"year": 2014,
"description": "5月1日至3日放假调休共3天。5月4日星期日上班。",
"expected": [
{ "date": "2014-05-01", "isOffDay": true },
{ "date": "2014-05-02", "isOffDay": true },
{ "date": "2014-05-03", "isOffDay": true },
{ "date": "2014-05-04", "isOffDay": false }
]
},
{
"year": 2014,
"description": "6月2日放假与周末连休。",
"expected": [{ "date": "2014-06-02", "isOffDay": true }]
},
{
"year": 2014,
"description": "9月8日放假与周末连休。",
"expected": [{ "date": "2014-09-08", "isOffDay": true }]
},
{
"year": 2014,
"description": "10月1日至7日放假调休共7天。9月28日星期日、10月11日星期六上班。",
"expected": [
{ "date": "2014-10-01", "isOffDay": true },
{ "date": "2014-10-02", "isOffDay": true },
{ "date": "2014-10-03", "isOffDay": true },
{ "date": "2014-10-04", "isOffDay": true },
{ "date": "2014-10-05", "isOffDay": true },
{ "date": "2014-10-06", "isOffDay": true },
{ "date": "2014-10-07", "isOffDay": true },
{ "date": "2014-09-28", "isOffDay": false },
{ "date": "2014-10-11", "isOffDay": false }
]
},
{
"year": 2013,
"description": "1月1日至3日放假调休共3天。1月5日(星期六)、1月6日(星期日)上班。",
"expected": [
{ "date": "2013-01-01", "isOffDay": true },
{ "date": "2013-01-02", "isOffDay": true },
{ "date": "2013-01-03", "isOffDay": true },
{ "date": "2013-01-05", "isOffDay": false },
{ "date": "2013-01-06", "isOffDay": false }
]
},
{
"year": 2013,
"description": "2月9日至15日放假调休共7天。2月16日(星期六)、2月17日(星期日)上班。",
"expected": [
{ "date": "2013-02-09", "isOffDay": true },
{ "date": "2013-02-10", "isOffDay": true },
{ "date": "2013-02-11", "isOffDay": true },
{ "date": "2013-02-12", "isOffDay": true },
{ "date": "2013-02-13", "isOffDay": true },
{ "date": "2013-02-14", "isOffDay": true },
{ "date": "2013-02-15", "isOffDay": true },
{ "date": "2013-02-16", "isOffDay": false },
{ "date": "2013-02-17", "isOffDay": false }
]
},
{
"year": 2013,
"description": "4月4日至6日放假调休共3天。4月7日(星期日)上班。",
"expected": [
{ "date": "2013-04-04", "isOffDay": true },
{ "date": "2013-04-05", "isOffDay": true },
{ "date": "2013-04-06", "isOffDay": true },
{ "date": "2013-04-07", "isOffDay": false }
]
},
{
"year": 2013,
"description": "4月29日至5月1日放假调休共3天。4月27日(星期六)、4月28日(星期日)上班。",
"expected": [
{ "date": "2013-04-29", "isOffDay": true },
{ "date": "2013-04-30", "isOffDay": true },
{ "date": "2013-05-01", "isOffDay": true },
{ "date": "2013-04-27", "isOffDay": false },
{ "date": "2013-04-28", "isOffDay": false }
]
},
{
"year": 2013,
"description": "6月10日至12日放假调休共3天。6月8日(星期六)、6月9日(星期日)上班。",
"expected": [
{ "date": "2013-06-10", "isOffDay": true },
{ "date": "2013-06-11", "isOffDay": true },
{ "date": "2013-06-12", "isOffDay": true },
{ "date": "2013-06-08", "isOffDay": false },
{ "date": "2013-06-09", "isOffDay": false }
]
},
{
"year": 2013,
"description": "9月19日至21日放假调休共3天。9月22日(星期日)上班。",
"expected": [
{ "date": "2013-09-19", "isOffDay": true },
{ "date": "2013-09-20", "isOffDay": true },
{ "date": "2013-09-21", "isOffDay": true },
{ "date": "2013-09-22", "isOffDay": false }
]
},
{
"year": 2013,
"description": "10月1日至7日放假调休共7天。9月29日(星期日)、10月12日(星期六)上班。",
"expected": [
{ "date": "2013-10-01", "isOffDay": true },
{ "date": "2013-10-02", "isOffDay": true },
{ "date": "2013-10-03", "isOffDay": true },
{ "date": "2013-10-04", "isOffDay": true },
{ "date": "2013-10-05", "isOffDay": true },
{ "date": "2013-10-06", "isOffDay": true },
{ "date": "2013-10-07", "isOffDay": true },
{ "date": "2013-09-29", "isOffDay": false },
{ "date": "2013-10-12", "isOffDay": false }
]
},
{
"year": 2011,
"description": "2月2日农历除夕至8日放假调休共7天。1月30日星期日、2月12日星期六上班。",
"expected": [
{ "date": "2011-02-02", "isOffDay": true },
{ "date": "2011-02-03", "isOffDay": true },
{ "date": "2011-02-04", "isOffDay": true },
{ "date": "2011-02-05", "isOffDay": true },
{ "date": "2011-02-06", "isOffDay": true },
{ "date": "2011-02-07", "isOffDay": true },
{ "date": "2011-02-08", "isOffDay": true },
{ "date": "2011-01-30", "isOffDay": false },
{ "date": "2011-02-12", "isOffDay": false }
]
},
{
"year": 2008,
"description": "2007年12月30日—2008年1月1日放假共3天。其中1月1日星期二为法定节假日12月30日星期日为公休日12月29日星期六公休日调至12月31日星期一12月29日星期六上班。",
"expected": [
{ "date": "2007-12-30", "isOffDay": true },
{ "date": "2007-12-31", "isOffDay": true },
{ "date": "2008-01-01", "isOffDay": true },
{ "date": "2007-12-29", "isOffDay": false }
]
},
{
"year": 2008,
"description": "2月6日—12日农历除夕至正月初六放假共7天。其中2月6日除夕、2月7日春节、2月8日正月初二为法定节假日2月9日星期六、2月10日星期日照常公休2月2日星期六、2月3日星期日两个公休日调至2月11日星期一、2月12日星期二2月2日星期六、2月3日星期日上班。",
"expected": [
{ "date": "2008-02-06", "isOffDay": true },
{ "date": "2008-02-07", "isOffDay": true },
{ "date": "2008-02-08", "isOffDay": true },
{ "date": "2008-02-09", "isOffDay": true },
{ "date": "2008-02-10", "isOffDay": true },
{ "date": "2008-02-11", "isOffDay": true },
{ "date": "2008-02-12", "isOffDay": true },
{ "date": "2008-02-02", "isOffDay": false },
{ "date": "2008-02-03", "isOffDay": false }
]
},
{
"year": 2008,
"description": "4月4日—6日放假共3天。其中4月4日清明节为法定节假日4月5日星期六、4月6日星期日照常公休。",
"expected": [
{ "date": "2008-04-04", "isOffDay": true },
{ "date": "2008-04-05", "isOffDay": true },
{ "date": "2008-04-06", "isOffDay": true }
]
},
{
"year": 2008,
"description": "5月1日—3日放假共3天。其中5月1日为法定节假日5月3日星期六为公休日5月4日星期日公休日调至5月2日星期五5月4日星期日上班。",
"expected": [
{ "date": "2008-05-01", "isOffDay": true },
{ "date": "2008-05-02", "isOffDay": true },
{ "date": "2008-05-03", "isOffDay": true },
{ "date": "2008-05-04", "isOffDay": false }
]
},
{
"year": 2008,
"description": "6月7日—9日放假共3天。其中6月7日星期六照常公休6月8日农历五月初五端午节为法定节假日6月8日星期日公休日调至6月9日星期一。",
"expected": [
{ "date": "2008-06-07", "isOffDay": true },
{ "date": "2008-06-08", "isOffDay": true },
{ "date": "2008-06-09", "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日星期日照常公休。",
"expected": [
{ "date": "2008-09-29", "isOffDay": true },
{ "date": "2008-09-30", "isOffDay": true },
{ "date": "2008-10-01", "isOffDay": true },
{ "date": "2008-10-02", "isOffDay": true },
{ "date": "2008-10-03", "isOffDay": true },
{ "date": "2008-10-04", "isOffDay": true },
{ "date": "2008-10-05", "isOffDay": true },
{ "date": "2008-09-27", "isOffDay": false },
{ "date": "2008-09-28", "isOffDay": false }
]
},
{
"year": 2007,
"description": "1月1日—3日放假共3天。其中1月1日为法定假日将2006年12月30日星期六)、31日星期日两个公休日分别调至2007年1月2日、3日2006年12月30日星期六)、31日星期日上班。",
"expected": [
{ "date": "2007-01-01", "isOffDay": true },
{ "date": "2007-01-02", "isOffDay": true },
{ "date": "2007-01-03", "isOffDay": true },
{ "date": "2006-12-30", "isOffDay": false },
{ "date": "2006-12-31", "isOffDay": false }
]
},
{
"year": 2007,
"description": "2月18日—24日即农历大年初一至初七放假共7天。其中18日、19日、20日为法定假日将17日星期六)、18日星期日)、25日星期日三个公休日分别调至21日星期三)、22日星期四)、23日星期五)24日星期六照常公休17日、25日上班。",
"expected": [
{ "date": "2007-02-18", "isOffDay": true },
{ "date": "2007-02-19", "isOffDay": true },
{ "date": "2007-02-20", "isOffDay": true },
{ "date": "2007-02-21", "isOffDay": true },
{ "date": "2007-02-22", "isOffDay": true },
{ "date": "2007-02-23", "isOffDay": true },
{ "date": "2007-02-24", "isOffDay": true },
{ "date": "2007-02-17", "isOffDay": false },
{ "date": "2007-02-25", "isOffDay": false }
]
},
{
"year": 2007,
"description": "5月1日—7日放假共7天。其中1日、2日、3日为法定假日将4月28日星期六)、29日星期日两个公休日调至5月4日星期五)、7日星期一)5月5日星期六)、6日星期日照常公休4月28日、29日上班。",
"expected": [
{ "date": "2007-05-01", "isOffDay": true },
{ "date": "2007-05-02", "isOffDay": true },
{ "date": "2007-05-03", "isOffDay": true },
{ "date": "2007-05-04", "isOffDay": true },
{ "date": "2007-05-05", "isOffDay": true },
{ "date": "2007-05-06", "isOffDay": true },
{ "date": "2007-05-07", "isOffDay": true },
{ "date": "2007-04-28", "isOffDay": false },
{ "date": "2007-04-29", "isOffDay": false }
]
},
{
"year": 2007,
"description": "10月1日—7日放假共7天。其中1日、2日、3日为法定假日将9月29日星期六)、30日星期日两个公休日调至10月4日星期四)、5日星期五)10月6日星期六)、7日星期日照常公休9月29日、30日上班。",
"expected": [
{ "date": "2007-10-01", "isOffDay": true },
{ "date": "2007-10-02", "isOffDay": true },
{ "date": "2007-10-03", "isOffDay": true },
{ "date": "2007-10-04", "isOffDay": true },
{ "date": "2007-10-05", "isOffDay": true },
{ "date": "2007-10-06", "isOffDay": true },
{ "date": "2007-10-07", "isOffDay": true },
{ "date": "2007-09-29", "isOffDay": false },
{ "date": "2007-09-30", "isOffDay": false }
]
}
]