Skip to content

Commit 9104c5c

Browse files
committed
Edit test.py
1 parent de25364 commit 9104c5c

File tree

1 file changed

+11
-0
lines changed
  • testsuite/ada_lsp/completion_auto_qualifier

1 file changed

+11
-0
lines changed

testsuite/ada_lsp/completion_auto_qualifier/test.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
"""
2+
Tests that we insert auto-import in the right place,
3+
before the node.
4+
For example:
5+
Ada.Text_IO.Put (LFtip);
6+
^ cursor here
7+
8+
Ada.Text_IO.Put (LFtip);
9+
^ "A." should be inserted here
10+
"""
11+
112
from typing import List
213
from drivers import pylsp
314
from lsprotocol.types import (

0 commit comments

Comments
 (0)