Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unskip tests that were skipped due to adaptive formatting triggering #40315

Merged
merged 1 commit into from
Dec 16, 2019

Conversation

jasonmalinowski
Copy link
Member

@jasonmalinowski jasonmalinowski commented Dec 11, 2019

We had tests that set "use tabs" but then were working in a file of mostly spaces. The editor behavior now is to treat this as if the file had the "use spaces" on. I alternatively could have chosen to disable inferrence, but then it seems we're not actually testing the more mainline scenario of somebody having tabs in the entire file, which seems like it's worth testing over odd mixed cases.

Closes #39967

WARNING: this PR contains changes to leading whitespace in files. Checking "Hide whitespace changes" in GitHub is going to result in an incorrect diff.

We had tests that set "use tabs" but then were working in a file of
mostly spaces. The editor behavior now is to treat this as if the
file had the "use spaces" on. I alternatively could have chosen to
disable inferrence, but then it seems we're not actually testing the
more mainline scenario of somebody having tabs in the entire file, which
seems like it's worth testing over odd mixed cases.

Closes dotnet#39967
@jasonmalinowski jasonmalinowski requested a review from a team as a code owner December 11, 2019 23:04
@jasonmalinowski jasonmalinowski self-assigned this Dec 11, 2019
@jasonmalinowski jasonmalinowski merged commit da13d04 into dotnet:master Dec 16, 2019
@jasonmalinowski jasonmalinowski deleted the unskip-tests branch December 16, 2019 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-enable DocumentationComment tests skipped due to inferred indentation overriding UseTabs option
2 participants