We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01bfe9 commit f9a1a82Copy full SHA for f9a1a82
tests/robotcode/language_server/robotframework/parts/data/tests/references.robot
@@ -10,10 +10,10 @@ Variables ${CURDIR}/../lib/myvariables.py
10
Resource ${CURDIR}/../resources/firstresource.resource
11
# ^^^^^^ Variable in resource import path
12
Library alibrary a_param=from hello WITH NAME lib_hello
13
-# ^^^^^^^^ a custom library
+## ^^^^^^^^ a custom library
14
Library alibrary a_param=${LIB_ARG} WITH NAME lib_var
15
# ^^^^^^^ Variable in library params
16
-# ^^^^^^^^ a same custom library
+## ^^^^^^^^ a same custom library
17
Suite Setup BuiltIn.Log To Console hi from suite setup
18
# ^^^^^^^^^^^^^^ suite fixture keyword call with namespace
19
Test Setup Log To Console hi from test setup
0 commit comments