update tests

This commit is contained in:
Josh Junon 2017-03-24 00:47:01 -07:00
parent 9024677a77
commit db4dc3f378
21 changed files with 481 additions and 120 deletions

View File

@ -97,19 +97,37 @@ from __future__ import print_function; import better_exceptions; a = "why hello
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 │ └ 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 │ └ 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there

View File

@ -97,19 +97,37 @@ from __future__ import print_function; import better_exceptions; a = "why hello
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = "why hello there" ; print(a); assert False
└ 'why hello there'
from __future__ import print_function; import better_exceptions; a = "why hello there"; print(a); assert False
│ └ 'why hello there'
└ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello there" ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = "why hello there" ; print(a); assert False
└ 'why hello there'
from __future__ import print_function; import better_exceptions; a = "why hello there"; print(a); assert False
│ └ 'why hello there'
└ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello there" ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello there"; print(a); assert False
why hello there
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
│ └ 'why hello there'
└ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
│ └ 'why hello there'
└ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
why hello there

View File

@ -97,19 +97,37 @@ from __future__ import print_function; import better_exceptions; a = "why hello
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there

View File

@ -97,19 +97,37 @@ from __future__ import print_function; import better_exceptions; a = "why hello
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = "why hello there" ; print(a); assert False
| -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = "why hello there"; print(a); assert False
| -> 'why hello there'
-> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello there" ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = "why hello there" ; print(a); assert False
| -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = "why hello there"; print(a); assert False
| -> 'why hello there'
-> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello there" ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello there"; print(a); assert False
why hello there
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
| -> 'why hello there'
-> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
| -> 'why hello there'
-> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
why hello there

View File

@ -97,19 +97,37 @@ from __future__ import print_function; import better_exceptions; a = "why hello
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 │ └ 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 │ └ 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there

View File

@ -97,19 +97,37 @@ from __future__ import print_function; import better_exceptions; a = "why hello
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 │ └ 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 │ └ 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there

View File

@ -97,19 +97,37 @@ from __future__ import print_function; import better_exceptions; a = "why hello
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there

View File

@ -97,19 +97,37 @@ from __future__ import print_function; import better_exceptions; a = "why hello
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there

View File

@ -97,19 +97,37 @@ from __future__ import print_function; import better_exceptions; a = "why hello
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there

View File

@ -97,19 +97,37 @@ from __future__ import print_function; import better_exceptions; a = "why hello
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there

View File

@ -100,18 +100,36 @@ from __future__ import print_function; import better_exceptions; a = "why hello
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 │ └ 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 │ └ 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False

View File

@ -100,18 +100,36 @@ from __future__ import print_function; import better_exceptions; a = "why hello
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = "why hello there" ; print(a); assert False
└ 'why hello there'
from __future__ import print_function; import better_exceptions; a = "why hello there"; print(a); assert False
│ └ 'why hello there'
└ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello there" ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = "why hello there" ; print(a); assert False
└ 'why hello there'
from __future__ import print_function; import better_exceptions; a = "why hello there"; print(a); assert False
│ └ 'why hello there'
└ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello there" ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello there"; print(a); assert False
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
│ └ 'why hello there'
└ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
│ └ 'why hello there'
└ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False

View File

@ -100,18 +100,36 @@ from __future__ import print_function; import better_exceptions; a = "why hello
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False

View File

@ -100,18 +100,36 @@ from __future__ import print_function; import better_exceptions; a = "why hello
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = "why hello there" ; print(a); assert False
| -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = "why hello there"; print(a); assert False
| -> 'why hello there'
-> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello there" ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = "why hello there" ; print(a); assert False
| -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = "why hello there"; print(a); assert False
| -> 'why hello there'
-> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello there" ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello there"; print(a); assert False
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
| -> 'why hello there'
-> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
| -> 'why hello there'
-> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False

View File

@ -100,18 +100,36 @@ from __future__ import print_function; import better_exceptions; a = "why hello
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 │ └ 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 │ └ 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False

View File

@ -100,18 +100,36 @@ from __future__ import print_function; import better_exceptions; a = "why hello
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 │ └ 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 │ └ 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 │ └ 'why hello there'
 └ 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False

View File

@ -100,18 +100,36 @@ from __future__ import print_function; import better_exceptions; a = "why hello
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False

View File

@ -100,18 +100,36 @@ from __future__ import print_function; import better_exceptions; a = "why hello
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False

View File

@ -100,18 +100,36 @@ from __future__ import print_function; import better_exceptions; a = "why hello
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False

View File

@ -100,18 +100,36 @@ from __future__ import print_function; import better_exceptions; a = "why hello
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
 | -> 'why hello there'
from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there' ; print(a); assert False
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello there'; print(a); assert False
from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
why hello there
Traceback (most recent call last):
File "<string>", line 1, in <module>
from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False
 | -> 'why hello there'
 -> 'why hello there'
AssertionError: from __future__ import print_function; import better_exceptions; a = 'why hello ' + ' there'; print(a); assert False

View File

@ -19,3 +19,4 @@ function test_str {
test_str 'import better_exceptions; a = 5; assert a > 10 # this should work fine' these extra arguments should be removed and should not show up 'in' the output
test_str 'from __future__ import print_function; import better_exceptions; a = "why hello there"; print(a); assert False'
test_str 'from __future__ import print_function; import better_exceptions; a = "why hello " + " there"; print(a); assert False'