support for this was added in Sublime Text build 4069. Without this change, syntax test files that also test indentation were not being detected by PackageDev's syntax test helper plugin. With this change, we don't do anything with the information that indentation is also being tested (except store it in the SyntaxTestHeader), but it allows the plugin to operate normally.
support for this was added in Sublime Text build 4069. Without this change, syntax test files that also test indentation were not being detected by PackageDev's syntax test helper plugin. With this change, we don't do anything with the information that indentation is also being tested (except store it in the
SyntaxTestHeader
), but it allows the plugin to operate normally.