We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87ff0d4 + 6eda5ca commit 504947aCopy full SHA for 504947a
exercises/hard/solutiont4/src/tests.rs
@@ -25,7 +25,7 @@ mod tests {
25
("2025-01-30", "5,4,30,335,383,0"), // 春节第二天(周四),距2026年春节383天
26
27
// A股开盘日特殊情况
28
- ("2025-02-09", "7,7,40,325,373,1"), // 周日,距2026年春节373天,A股下个开盘日为2月10日
+ ("2025-02-09", "6,7,40,325,373,1"), // 周日,距2026年春节373天,A股下个开盘日为2月10日
29
("2025-05-01", "18,4,121,244,292,3"), // 五一劳动节,周四,A股休市,距2026年春节292天
30
];
31
0 commit comments