We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8633bd2 commit 228c1c0Copy full SHA for 228c1c0
tests/snapshot_tests/test_snapshots.py
@@ -2417,3 +2417,8 @@ def on_mount(self) -> None:
2417
self.mount(Label("HELLO"))
2418
2419
assert snap_compare(PSApp())
2420
+
2421
2422
+def test_split_segments_infinite_loop(snap_compare):
2423
+ """Regression test for https://github.com/Textualize/textual/issues/5151"""
2424
+ assert snap_compare(SNAPSHOT_APPS_DIR / "split_segments.py")
0 commit comments