aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/b/bad_except_order.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/b/bad_except_order.txt')
-rw-r--r--tests/functional/b/bad_except_order.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functional/b/bad_except_order.txt b/tests/functional/b/bad_except_order.txt
new file mode 100644
index 000000000..1181676a2
--- /dev/null
+++ b/tests/functional/b/bad_except_order.txt
@@ -0,0 +1,5 @@
+bad-except-order:9:7::Bad except clauses order (Exception is an ancestor class of TypeError)
+bad-except-order:16:7::Bad except clauses order (LookupError is an ancestor class of IndexError)
+bad-except-order:23:7::Bad except clauses order (LookupError is an ancestor class of IndexError)
+bad-except-order:23:7::Bad except clauses order (NameError is an ancestor class of UnboundLocalError)
+bad-except-order:26:0::Bad except clauses order (empty except clause should always appear last)