We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291d02c commit 0bc0d5dCopy full SHA for 0bc0d5d
tests/robotcode/language_server/robotframework/parts/data/hover.robot
@@ -24,7 +24,7 @@ first
24
# ^^^^^^^^^^^^^^ Keyword with namespace: re.match(r'.*Log Dictionary.*', value)
25
# TODO ^^^^^^^^^^^ namespace before keyword: re.match(r'.*Collections.*', value)
26
FOR ${key} ${value} IN &{A DICT}
27
-# ^^^^^^ FOR loop variable declaration: value == '(variable) ${key}'
+# ^^^^^^ FOR loop variable declaration: value == '(local variable) ${key}'
28
Log ${key}=${value}
29
# ^^^ Keyword in FOR loop: re.match(r'.*Log.*', value)
30
END
0 commit comments