Fix Git attributes of test_importlib data files (#5209) · python/cpython@44a70e9 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 44a70e9
Fix Git attributes of test_importlib data files (#5209)
bpo-32248: Make sure that Git checks out data files with Unix line ending on Windows as well.
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -26,6 +26,7 @@ Lib/test/decimaltestdata/*.decTest -text | ||
26 | 26 | Lib/test/test_email/data/*.txt -text |
27 | 27 | Lib/test/xmltestdata/* -text |
28 | 28 | Lib/test/coding20731.py -text |
29 | +Lib/test/test_importlib/data01/* -text | |
29 | 30 | |
30 | 31 | # CRLF files |
31 | 32 | *.bat text eol=crlf |