8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bfc35 commit c4f7106Copy full SHA for c4f7106
ci/date-check/src/main.rs
@@ -186,7 +186,7 @@ mod tests {
186
fn test_collect_dates_from_file() {
187
let text = "Test1\nAs of Jan 2021\nTest2\nAs of Feb 2021 \
188
\nTest3\nTest4\nAs of march 2021Bar\nas of apr 2021 \
189
- \nTest5\nTest6\nTes 83DD t7\n\n\nas of may 2021\nTest8
+ \nTest5\nTest6\nTest7\n\n\nas of\n\n may 2021\nTest8
190
";
191
assert_eq!(
192
collect_dates_from_file(&make_date_regex(), text),
@@ -220,7 +220,7 @@ mod tests {
220
}
221
),
222
(
223
- 14,
+ 16,
224
Date {
225
year: 2021,
226
month: 5,
0 commit comments