Skip to content

Fix tests broken by trailing whitespace removal #20

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

Merged
merged 1 commit into from
Feb 6, 2015

Conversation

pnkfelix
Copy link
Member

@pnkfelix pnkfelix commented Feb 6, 2015

Commit a8fad0f broke the ERT tests by removing trailing whitespace
inside the test strings. Fix the tests, and replace some line endings
inside strings with explicit "\n" to avoid having further significant
trailing whitespace in the code.

(Cherry-picked from #2 ... I wanted to get this in now , but I may land the other shortly.)

Fix #19

Commit a8fad0f broke the ERT tests by removing trailing whitespace
inside the test strings.  Fix the tests, and replace some line endings
inside strings with explicit "\n" to avoid having further significant
trailing whitespace in the code.
@rust-highfive
Copy link

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

pnkfelix added a commit that referenced this pull request Feb 6, 2015
Fix tests broken by trailing whitespace removal
@pnkfelix pnkfelix merged commit 149cfdd into rust-lang:master Feb 6, 2015
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.

ert has two failures out-of-box on OS X, GNU Emacs 24.3.92.1
4 participants