Skip to content

Commit 589d2f1

Browse files
committed
Update test expectations for shellcheck
1 parent ef31437 commit 589d2f1

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

atest/01_Editor.robot

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ Test Tags ui:editor aspect:ls:features
99

1010
*** Test Cases ***
1111
Bash
12-
Editor Shows Features for Language Bash example.sh Diagnostics=Failed to parse expression
12+
Editor Shows Features for Language
13+
... Bash
14+
... example.sh
15+
... Diagnostics=Double quote to prevent globbing and word splitting.
1316
... Jump to Definition=fib
1417

1518
CSS

atest/03_Notebook.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Foreign Extractors
5454
Reset Application State
5555
Setup Notebook Python ${file}
5656
@{diagnostics} = Create List
57-
... Failed to parse expression # bash, configured by spec.env
57+
... Double quote to prevent globbing and word splitting # bash, configured by spec.env
5858
... ame 'valid' # python, mypy and pyflakes will fight over `(N|n)ame 'valid'`, just hope for the best
5959
... Trailing whitespace is superfluous. # r
6060
... `frob` is misspelt # markdown

atest/examples/Foreign extractors.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"outputs": [],
6565
"source": [
6666
"%%bash\n",
67-
"echo $"
67+
"echo $MY_VAR"
6868
]
6969
},
7070
{
@@ -105,7 +105,7 @@
105105
],
106106
"metadata": {
107107
"kernelspec": {
108-
"display_name": "Python 3",
108+
"display_name": "Python 3 (ipykernel)",
109109
"language": "python",
110110
"name": "python3"
111111
},
@@ -119,7 +119,7 @@
119119
"name": "python",
120120
"nbconvert_exporter": "python",
121121
"pygments_lexer": "ipython3",
122-
"version": "3.7.9"
122+
"version": "3.10.6"
123123
}
124124
},
125125
"nbformat": 4,

0 commit comments

Comments
 (0)