Clearance of multicell tests

This commit is contained in:
Kovid Goyal
2024-11-15 16:10:37 +05:30
parent 5e861ea5ac
commit 1ed4a349be
4 changed files with 73 additions and 10 deletions

View File

@@ -611,7 +611,7 @@ class TestParser(BaseTest):
e('s', 'Malformed GraphicsCommand control block, no = after key')
e('s=', 'Malformed GraphicsCommand control block, expecting an integer value')
e('s==', 'Malformed GraphicsCommand control block, expecting an integer value for key: s')
e('s=1=', 'Malformed GraphicsCommand control block, expecting a comma or semi-colon after a value, found: 0x3d')
e('s=1=', 'Malformed GraphicsCommand control block, expecting a , or semi-colon after a value, found: 0x3d')
def test_deccara(self):
s = self.create_screen()