You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Packages/ShellScript/Zsh/tests/syntax_test_symbol.zsh:58:4
error: symbol before transformation `func3'
` (reference) does not match expected `func3` (reference)
58 | 'func3'
59 | # @@@@@ reference
actual:
| @@@@@@@ reference
note: the symbol `func3'
` was transformed into `func3`.
Packages/ShellScript/Zsh/tests/syntax_test_symbol.zsh:61:4
error: symbol before transformation `func3"
` (reference) does not match expected `func3` (reference)
61 | "func3"
62 | # @@@@@ reference
actual:
| @@@@@@@ reference
note: the symbol `func3"
` was transformed into `func3`.
FAILED: 2 of 31 assertions in 1 files failed
[Finished]
However tests or implementation is modified, reference tests fail the one way or the other.
The note: part is suspicious as it says symbol being transformed from func3" to func3. It appears opening quotation mark is ignored or not treated right.
Sublime Text build number
4184
Operating system & version
All, including GH Action syntax test runner
(Linux) Desktop environment and/or window manager
No response
Additional information
No response
OpenGL context information
No response
The text was updated successfully, but these errors were encountered:
This is actually a more general issue. view.indexed_references() returns (Region(1331, 1338), 'func3'). 1338 includes the newline after 'func3'. We've got a fix for this in the pipeline.
Description of the bug
related with failing tests of sublimehq/Packages#4101
ST 4184 introduces changes, which cause existing symbol tests to fail, which worked before.
Such a change is not listed in changelog and any attempt to change test assertions raises other kinds of errors.
Steps to reproduce
Expected behavior
Tests succeed as in ST4183.
Actual behavior
However tests or implementation is modified, reference tests fail the one way or the other.
The
note:
part is suspicious as it says symbol being transformed fromfunc3"
tofunc3
. It appears opening quotation mark is ignored or not treated right.Sublime Text build number
4184
Operating system & version
All, including GH Action syntax test runner
(Linux) Desktop environment and/or window manager
No response
Additional information
No response
OpenGL context information
No response
The text was updated successfully, but these errors were encountered: