Skip to content

Commit 308e89c

Browse files
authored
Update test_visitor.py
1 parent f9dc5ca commit 308e89c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Unit/test_visitor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
from vba_precompiler.precompiler_visitor import PrecompilerVisitor as Visitor
2+
3+
24
def test_split_nl() -> None:
35
tok_text = "\r\n\n\r"
46
result = Visitor.split_nl(tok_text)

0 commit comments

Comments
 (0)