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

@mstr test failure #7218

Closed
quinnj opened this issue Jun 11, 2014 · 2 comments
Closed

@mstr test failure #7218

quinnj opened this issue Jun 11, 2014 · 2 comments

Comments

@quinnj
Copy link
Member

quinnj commented Jun 11, 2014

I'm seeing this on windows 8.1, 64-bit in test/strings.jl line 796

In  [20]: @test """
    a
     b
     """ == "   a$(nl)b$(nl)"

Out [20]: ERROR: test failed: @mstr "\n    a\n     b\n     " == "   a$nlb$nl"
while loading In[20], in expression starting on line 1
 in error at error.jl:21
 in default_handler at test.jl:19
 in do_test at test.jl:39
@mbauman
Copy link
Member

mbauman commented Jun 11, 2014

Perhaps related to #7165?

Edit: and dup of #7203.

tkelman added a commit to tkelman/julia that referenced this issue Jun 11, 2014
for Windows users who have git configured with \r\n line endings,
or modify the source in an editor that always uses \r\n
@tkelman
Copy link
Contributor

tkelman commented Jun 11, 2014

Hopefully simple fix, see #7220 - you might also be seeing something else go on here due to IJulia, not sure?

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

No branches or pull requests

4 participants