mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 14:04:52 +02:00
Get basic multicell URL detection working
This commit is contained in:
@@ -687,4 +687,5 @@ def test_multicell(self: TestMulticell) -> None:
|
||||
url = 'http://moo.com'
|
||||
multicell(s, url, scale=2)
|
||||
s.detect_url(0, 0)
|
||||
asl((0, 0, len(url)*2), (1, 0, len(url)*2))
|
||||
self.ae(s.current_url_text(), url)
|
||||
asu((0, 0, len(url)*2 - 1), (1, 0, len(url)*2 - 1))
|
||||
|
||||
Reference in New Issue
Block a user