File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ Test Tags ui:editor aspect:ls:features
99
1010*** Test Cases ***
1111Bash
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
1518CSS
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 6464 "outputs" : [],
6565 "source" : [
6666 " %%bash\n " ,
67- " echo $"
67+ " echo $MY_VAR "
6868 ]
6969 },
7070 {
105105 ],
106106 "metadata" : {
107107 "kernelspec" : {
108- "display_name" : " Python 3" ,
108+ "display_name" : " Python 3 (ipykernel) " ,
109109 "language" : " python" ,
110110 "name" : " python3"
111111 },
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 ,
You can’t perform that action at this time.
0 commit comments