Start work on tests for frame loading

This commit is contained in:
Kovid Goyal
2021-01-27 13:46:08 +05:30
parent 6631bb0eac
commit ca3c49099f
4 changed files with 138 additions and 63 deletions

View File

@@ -250,7 +250,7 @@ def write_header(text: str, path: str) -> None:
def graphics_parser() -> None:
flag = frozenset
keymap: KeymapType = {
'a': ('action', flag('tTqpd')),
'a': ('action', flag('tTqpdf')),
'd': ('delete_action', flag('aAiIcCnNpPqQxXyYzZ')),
't': ('transmission_type', flag('dfts')),
'o': ('compressed', flag('z')),