File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 27
27
JSX
28
28
${def } = Set Variable xpath:(//span[contains(@class, 'cm-variable')][contains(text(), 'hello')])[last()]
29
29
Editor Shows Features for Language JSX example.jsx Diagnostics=Expression expected Jump to Definition=${def } Rename=${def }
30
- # Julia
31
- # ${def} = Set Variable xpath:(//span[contains(@class, 'cm-builtin')][contains(text(), 'add_together')])[last()]
32
- # Editor Shows Features for Language Julia example.jl Diagnostics=Possible method call error Jump to Definition=${def} Rename=${def}
30
+
31
+ Julia
32
+ ${def } = Set Variable xpath:(//span[contains(@class, 'cm-builtin')][contains(text(), 'add_together')])[last()]
33
+ Editor Shows Features for Language Julia example.jl Jump to Definition=${def } Rename=${def }
33
34
34
35
LaTeX
35
36
[Tags] language:latex
73
74
Editor Shows Features for Language
74
75
[Arguments] ${Language } ${file } &{features }
75
76
Prepare File for Editing ${Language } editor ${file }
77
+ Run Keyword If "${Language } " == "Julia" Sleep 35s
76
78
Wait Until Fully Initialized
79
+ Run Keyword If "${Language } " == "Julia" Sleep 5s
77
80
FOR ${f } IN @{features }
78
81
Run Keyword If "${f } " == "Diagnostics" Editor Should Show Diagnostics ${features["${f }"] }
79
82
... ELSE IF "${f } " == "Jump to Definition" Editor Should Jump To Definition ${features["${f }"] }
You can’t perform that action at this time.
0 commit comments