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
Syntax test runner just requires a file to start with syntax_test to detect it as such. Syntax definition however assumes syntax_test_. Hence results for simple test files like syntax_test.css are not highlighted.
This actually seems to be an inconsistency in the run_syntax_tests command. The docs state tests must start with syntax_test_ and the syntax test runner also finds resources using syntax_test_*. This means the Pascal tests in the packages repository aren't being run by CI currently.
Description of the bug
Syntax test runner just requires a file to start with
syntax_test
to detect it as such. Syntax definition however assumessyntax_test_
. Hence results for simple test files likesyntax_test.css
are not highlighted.Patch:
Steps to reproduce
syntax_test.css
with failing assertionsExpected behavior
All results are highlighted
Actual behavior
No highlighting
Sublime Text build number
4183
Operating system & version
Windows 11
(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: