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 f9dc5ca commit 308e89cCopy full SHA for 308e89c
tests/Unit/test_visitor.py
@@ -1,4 +1,6 @@
1
from vba_precompiler.precompiler_visitor import PrecompilerVisitor as Visitor
2
+
3
4
def test_split_nl() -> None:
5
tok_text = "\r\n\n\r"
6
result = Visitor.split_nl(tok_text)
0 commit comments