Commit ef853774 authored by Kevin Modzelewski's avatar Kevin Modzelewski

minor

parent 0cb0c665
...@@ -21,3 +21,5 @@ test(3, 2) ...@@ -21,3 +21,5 @@ test(3, 2)
test(3, 2.0) test(3, 2.0)
test(3.0, 2) test(3.0, 2)
test(3.0, 2.0) test(3.0, 2.0)
test(3.0, -2.0)
test(-3.0, -2.0)
"docstring" "docstring"
def f(): def f():
class C(object):
from __future__ import division # should cause syntax error from __future__ import division # should cause syntax error
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