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

Fix indentation in clean utility #761

Merged
merged 1 commit into from
Dec 7, 2013
Merged

Fix indentation in clean utility #761

merged 1 commit into from
Dec 7, 2013

Conversation

piuccio
Copy link

@piuccio piuccio commented Mar 5, 2013

utils.clean extracts a test method content re-indenting the function for whitespaces.
This commit fixes to issues with indentation

  • windows line feed \r\n
  • tab indentation \t

I've added a test inside test/acceptance, it should run with make test-unit, and I've tried to follow your coding style (changes are very small)
Hope you'd like it 😄

utils.clean extracts a test method content re-indenting the function for whitespaces.
This commit fixes to issues with indentation

* windows line feed `\r\n`
* tab indentation `\t`
@piuccio
Copy link
Author

piuccio commented Mar 5, 2013

I realize now that there was already another similar pull request, #729 from @jkroso

travisjeffery added a commit that referenced this pull request Dec 7, 2013
Fix indentation in clean utility

* piuccio/utils_clean:
  Fix indentation in clean utility

Conflicts:
	lib/utils.js
@travisjeffery travisjeffery merged commit 2bbc1bb into mochajs:master Dec 7, 2013
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.

2 participants