File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/robotcode/language_server/robotframework/parts/data Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments