Commit 5bd02224 authored by Bob Fang's avatar Bob Fang

fix bug #171: add newline for test

parent 8e2e2898
......@@ -2,4 +2,4 @@ nan = float('nan')
print nan == nan
print nan in [nan]
print [nan] == [nan]
print [nan] in [nan]
\ No newline at end of file
print [nan] in [nan]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment