Replies: 2 comments
-
I think you should check the contents of |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing.. please feel free to re-open if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I finished problem 8, written quine and ran
make test
to check if it passes the test.However, the
diff
command reports difference even if the output is same as the code.I also found out that the test fails on the example quine code, too. (ie.
quineEx.ml
)For representation purpose, I substituted
quine.ml
contents byquineEx.ml
.As you can see, the output is exactly same as the code, but
diff
reports difference.The diff message says that output file has no newline at the end of file. But both sides actually does not have one.
I wonder how I can get around this problem.
Beta Was this translation helpful? Give feedback.
All reactions