Skip to content

Commit 9dc9f81

Browse files
committed
Use .print.via.format instead of assertCondition,
as the R installation on Ubuntu pulls more into the global namespace of R making it show up much lower on the list
1 parent a01cb9e commit 9dc9f81

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

atest/05_Features/Completion.robot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,10 @@ Completes Correctly With R Double And Triple Colon
251251
Place Cursor In File Editor At 2 7
252252
Wait Until Fully Initialized
253253
Trigger Completer
254-
Completer Should Suggest assertCondition
255-
Select Completer Suggestion assertCondition
256-
Wait Until Keyword Succeeds 40x 0.5s File Editor Line Should Equal 1 tools::assertCondition
257-
# tripple colont
254+
Completer Should Suggest .print.via.format
255+
Select Completer Suggestion .print.via.format
256+
Wait Until Keyword Succeeds 40x 0.5s File Editor Line Should Equal 1 tools::.print.via.format
257+
# tripple colon
258258
Place Cursor In File Editor At 4 11
259259
Trigger Completer
260260
Completer Should Suggest .packageName

atest/examples/completion.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `tools::<tab>` → select `assertCondition` → `tools::assertCondition`
1+
# `tools::<tab>` → select `.print.via.format` → `tools::.print.via.format`
22
tools::
33
# `datasets:::<tab>` → select `.packageName` → `datasets:::.packageName`
44
datasets:::

0 commit comments

Comments
 (0)