Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/hard/solutiont4/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mod tests {
("2025-01-30", "5,4,30,335,383,0"), // 春节第二天(周四),距2026年春节383天

// A股开盘日特殊情况
("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日
("2025-05-01", "18,4,121,244,292,3"), // 五一劳动节,周四,A股休市,距2026年春节292天
];

Expand Down