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 tests. #24

Merged
merged 1 commit into from
Mar 5, 2014
Merged

Fix tests. #24

merged 1 commit into from
Mar 5, 2014

Conversation

eric1234
Copy link
Collaborator

@eric1234 eric1234 commented Mar 5, 2014

The primary issue was the LiveScript adding a header. I am guessing the
version of livescript got updated but the tests did not get updated to match.

Also the "fetch_state.js" file seemed to have Mac-style newlines (i.e. ^M) but
the expected result did not. Also it used actual tabs instead of spaces like
the other files. Just to ensure consistancy I changed everything on that file
to regular newlines (Unix style) an replaced the tabs with spaces.

Finally I added a bit of info to the README on how to run the tests. Since
it doesn't use a standard approach, it wasn't immediately obvious to me. The
documentation should hopeful help others that need to run the tests.

The primary issue was the LiveScript adding a header. I am guessing the
version of livescript got updated but the tests did not get updated to match.

Also the "fetch_state.js" file seemed to have Mac-style newlines (i.e. ^M) but
the expected result did not. Also it used actual tabs instead of spaces like
the other files. Just to ensure consistancy I changed everything on that file
to regular newlines (Unix style) an replaced the tabs with spaces.

Finally I added a bit of info to the README on how to run the tests. Since
it doesn't use a standard approach, it wasn't immediately obvious to me. The
documentation should hopeful help others that need to run the tests.
vendethiel added a commit that referenced this pull request Mar 5, 2014
@vendethiel vendethiel merged commit cddde54 into vendethiel:master Mar 5, 2014
@eric1234 eric1234 deleted the test_fixes branch March 5, 2014 21:47
@vendethiel
Copy link
Owner

Also the "fetch_state.js" file seemed to have Mac-style newlines (i.e. ^M) but
the expected result did not. Also it used actual tabs instead of spaces like
the other files. Just to ensure consistancy I changed everything on that file
to regular newlines (Unix style) an replaced the tabs with spaces.

Thanks for tabs. And damn mac, I guess I'll avoid working on two differents systems...

Finally I added a bit of info to the README on how to run the tests. Since
it doesn't use a standard approach, it wasn't immediately obvious to me. The
documentation should hopeful help others that need to run the tests.

Definitely unusual. Looks good, thanks.

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.

None yet

2 participants