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 11*** Settings ***
22Library Collections
33# ^^^^^^^^^^^ library import by module name: re.match(r'## Library \*Collections\*.*', value)
4- Library ${CURDIR } /lib /myvariables.py
4+ Library ${CURDIR } /libs /myvariables.py
55# ^^^^^^^^^^^^^^ library import by path name: re.match(r'## Library \*myvariables.*', value)
66# TODO ^^^^^^^^^ variable in library name: value == '(builtin variable) ${CURDIR}'
7- Variables ${CURDIR } /lib /myvariables.py
7+ Variables ${CURDIR } /libs /myvariables.py
88Resource ${CURDIR } /resources/firstresource.resource
99# ^^^^^^^^^^^^^^ library import by path name: re.match(r'## Resource \*firstresource.*', value)
1010
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