File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
tests/robotcode/language_server/robotframework/parts/data Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
*** Settings ***
2
2
Library Collections
3
3
# ^^^^^^^^^^^ library import by module name: re.match(r'## Library \*Collections\*.*', value)
4
- Library ${CURDIR } /lib /myvariables.py
4
+ Library ${CURDIR } /libs /myvariables.py
5
5
# ^^^^^^^^^^^^^^ library import by path name: re.match(r'## Library \*myvariables.*', value)
6
6
# TODO ^^^^^^^^^ variable in library name: value == '(builtin variable) ${CURDIR}'
7
- Variables ${CURDIR } /lib /myvariables.py
7
+ Variables ${CURDIR } /libs /myvariables.py
8
8
Resource ${CURDIR } /resources/firstresource.resource
9
9
# ^^^^^^^^^^^^^^ library import by path name: re.match(r'## Resource \*firstresource.*', value)
10
10
Original file line number Diff line number Diff line change
1
+ def dummy (): # type: ignore
2
+ pass
You can’t perform that action at this time.
0 commit comments