Unit tests depend on `core.autocrlf` in Git
Open
- Dominant language
- C#
- Stars
- 58
- Forks
- 13
- Avg merge
- 5h 4m
- Merged PRs (30d)
- 7
Description
(I'm testing that on Windows; initially found the issue because I have `core.autocrlf=input` defined globally)
### core.autocrlf=true
1. `git -c core.autocrlf=true clone git@github.com:JetBrains/ForTea.git`
2. Run backend tests
3. Result: all tests are green
### core.autocrlf=false
1. `git -c core.autocrlf=false clone git@github.com:JetBrains/ForTea.git`
2. Run backend tests
3. Result: certain tests are red

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.