Add a test for #1616

This commit is contained in:
Kovid Goyal 2020-02-26 09:20:08 +05:30
parent 551e28d8e0
commit 2f8002c567
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -133,6 +133,8 @@ class TestMouse(BaseTest):
s.draw('X Y')
multi_click(x=1.4)
self.ae(sel(), 'ab')
move(2.6)
self.ae(sel(), 'ab ')
move(3.6)
self.ae(sel(), 'ab cd')
release(3.6, 1)