update tests
This commit is contained in:
parent
9024677a77
commit
db4dc3f378
@ -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; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
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; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -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; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
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; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -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; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
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; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
|
||||
|
||||
|
@ -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; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
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; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
|
||||
|
||||
|
@ -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; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
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; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
|
||||
|
||||
|
@ -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; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
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; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
|
||||
|
||||
|
@ -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; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
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; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
|
||||
|
||||
|
@ -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; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
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; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m [35;1mFalse[m
|
||||
why hello there
|
||||
|
||||
|
||||
|
||||
|
@ -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; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
why hello there
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m 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; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
why hello there
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -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; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
why hello there
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m 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; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
why hello there
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -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; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
why hello there
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m 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; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
why hello there
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
|
||||
|
||||
|
@ -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; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
why hello there
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m 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; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
why hello there
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m │ └ 'why hello there'[m
|
||||
[36m └ 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
|
||||
|
||||
|
@ -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; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
why hello there
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m 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; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
why hello there
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
|
||||
|
||||
|
@ -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; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
why hello there
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m 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; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
why hello there
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
|
||||
|
||||
|
@ -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; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
why hello there
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m 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; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
why hello there
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
|
||||
|
||||
|
@ -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; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
why hello there
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m ; [35;1mprint[m(a); [33;1massert[m False
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello there'[m; [35;1mprint[m(a); [33;1massert[m 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; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
why hello there
|
||||
Traceback (most recent call last):
|
||||
File "<string>", line 1, in <module>
|
||||
from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
[36m | -> 'why hello there'[m
|
||||
[36m -> 'why hello there'[m
|
||||
AssertionError: from __future__ import print_function; [33;1mimport[m better_exceptions; a = [31m'why hello '[m + [31m' there'[m; [35;1mprint[m(a); [33;1massert[m False
|
||||
|
||||
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user