We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75006dc commit 5c201b2Copy full SHA for 5c201b2
test/handler/test_collect.py
@@ -11,7 +11,7 @@
11
def _test_collect(*, write_bytes: bytes, read_encoding: str) -> VbaModuleInfo:
12
with TemporaryDirectory() as tmp_dir_str:
13
tmp_dir = Path(tmp_dir_str)
14
- handler = get_handler(encoding=read_encoding)
+ handler = get_handler(encoding=read_encoding, mdx=[], mdx_config={})
15
p = tmp_dir / "source.bas"
16
p.write_bytes(write_bytes)
17
return handler.collect(identifier=p.as_posix(), config={})
0 commit comments