Skip to content

Commit 0bc0d5d

Browse files
committed
correct hover tests
1 parent 291d02c commit 0bc0d5d

File tree

1 file changed

+1
-1
lines changed
  • tests/robotcode/language_server/robotframework/parts/data

1 file changed

+1
-1
lines changed

tests/robotcode/language_server/robotframework/parts/data/hover.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ first
2424
# ^^^^^^^^^^^^^^ Keyword with namespace: re.match(r'.*Log Dictionary.*', value)
2525
# TODO ^^^^^^^^^^^ namespace before keyword: re.match(r'.*Collections.*', value)
2626
FOR ${key} ${value} IN &{A DICT}
27-
# ^^^^^^ FOR loop variable declaration: value == '(variable) ${key}'
27+
# ^^^^^^ FOR loop variable declaration: value == '(local variable) ${key}'
2828
Log ${key}=${value}
2929
# ^^^ Keyword in FOR loop: re.match(r'.*Log.*', value)
3030
END

0 commit comments

Comments
 (0)