Skip to content

Commit 863ec5c

Browse files
committed
correct hover tests
1 parent c95b05d commit 863ec5c

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ a keyword
4545

4646
Run Keywords a simple keyword s l e e p a w h i le
4747
# ^^^^^^^^^^^^ run keywords: re.match(r'.*Run Keywords.*', value)
48-
# ^^^^^^^^^^^^^^^^ run keywords simple keyword: re.match(r'.*Run Keywords.*', value)
48+
# ^^^^^^^^^^^^^^^^ run keywords simple keyword: re.match(r'.*a simple keyword.*', value)
4949
# ^^^^^^^^^^^^^^^^^^^^ run keywords second parameter with spaces: re.match(r'.*sleep a while.*', value)
5050

5151
Run Keywords log hi AND a simple keyword AND s l e e p a w h i le
5252
# ^^^^^^^^^^^^ run keywords: re.match(r'.*Run Keywords.*', value)
5353
# ^^^ run keywords simple keyword, parameter and AND: re.match(r'.*Log.*', value)
54-
# ^^^^^^^^^^^^^^^^ run keywords simple keyword and AND: re.match(r'.*Run Keywords.*', value)
54+
# ^^^^^^^^^^^^^^^^ run keywords simple keyword and AND: re.match(r'.*a simple keyword.*', value)
5555
# ^^^^^^^^^^^^^^^^^^^^ run keywords second parameter with spaces and no AND: re.match(r'.*sleep a while.*', value)
5656
# ^^^ AND: result is None
5757

0 commit comments

Comments
 (0)