File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/language_server/src/robotcode/language_server/robotframework/parts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ async def iter_expression_variables_from_token(
289
289
sub_token ,
290
290
)
291
291
variable_started = False
292
- if toknum == python_token . ERRORTOKEN and tokval == "$" :
292
+ if tokval == "$" :
293
293
variable_started = True
294
294
except TokenError :
295
295
pass
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ classifiers = [
34
34
" Programming Language :: Python :: 3.9" ,
35
35
" Programming Language :: Python :: 3.10" ,
36
36
" Programming Language :: Python :: 3.11" ,
37
+ " Programming Language :: Python :: 3.12" ,
37
38
" Programming Language :: Python :: Implementation :: CPython" ,
38
- " Programming Language :: Python :: Implementation :: PyPy" ,
39
39
" Topic :: Software Development :: Testing" ,
40
40
" Topic :: Software Development :: Testing :: Acceptance" ,
41
41
" Topic :: Software Development :: Testing :: BDD" ,
You can’t perform that action at this time.
0 commit comments