You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
856 B
25 lines
856 B
4 weeks ago
|
From dba8a12453f55ff783ed43d0b4b11163a828bc86 Mon Sep 17 00:00:00 2001
|
||
|
From: Karolina Surma <ksurma@redhat.com>
|
||
|
Date: Tue, 30 Jan 2024 14:51:32 +0100
|
||
|
Subject: [PATCH] Account with the new traceback pointing characters
|
||
|
|
||
|
---
|
||
|
src/twisted/web/test/test_flatten.py | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/src/twisted/web/test/test_flatten.py b/src/twisted/web/test/test_flatten.py
|
||
|
index effe153..d05d032 100644
|
||
|
--- a/src/twisted/web/test/test_flatten.py
|
||
|
+++ b/src/twisted/web/test/test_flatten.py
|
||
|
@@ -655,6 +655,7 @@ class FlattenerErrorTests(SynchronousTestCase):
|
||
|
"Exception while flattening:\n"
|
||
|
' File "%s", line %d, in f\n'
|
||
|
" g()\n"
|
||
|
+ ' ~^^\n'
|
||
|
' File "%s", line %d, in g\n'
|
||
|
' raise RuntimeError("reason")\n'
|
||
|
"RuntimeError: reason\n"
|
||
|
--
|
||
|
2.43.0
|
||
|
|