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
45
45
46
46
Run Keywords a simple keyword s l e e p a w h i le
47
47
# ^^^^^^^^^^^^ 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)
49
49
# ^^^^^^^^^^^^^^^^^^^^ run keywords second parameter with spaces: re.match(r'.*sleep a while.*', value)
50
50
51
51
Run Keywords log hi AND a simple keyword AND s l e e p a w h i le
52
52
# ^^^^^^^^^^^^ run keywords: re.match(r'.*Run Keywords.*', value)
53
53
# ^^^ 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)
55
55
# ^^^^^^^^^^^^^^^^^^^^ run keywords second parameter with spaces and no AND: re.match(r'.*sleep a while.*', value)
56
56
# ^^^ AND: result is None
57
57
You can’t perform that action at this time.
0 commit comments