mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-08 23:38:20 +03:00
...
This commit is contained in:
parent
3c89f80603
commit
83de392b39
@ -219,6 +219,8 @@ class TestParser(BaseTest):
|
||||
t('a=t,t=f,s=100,z=9', '', c(action='t', transmission_type='f', data_width=100, z_index=9, payload_sz=0))
|
||||
t(',s=1', '', ('Malformed graphics control block, invalid key character: 0x2c',))
|
||||
t('W=1', '', ('Malformed graphics control block, invalid key character: 0x57',))
|
||||
t('1=1', '', ('Malformed graphics control block, invalid key character: 0x31',))
|
||||
t('a=1,,w=2', '', ('Malformed graphics control block, invalid key character: 0x2c',))
|
||||
t('s', '', ('Malformed graphics control block, no = after key',))
|
||||
t('s=', '', ('Malformed graphics control block, expecting an integer value',))
|
||||
t('s==', '', ('Malformed graphics control block, expecting an integer value',))
|
||||
|
Loading…
Reference in New Issue
Block a user