Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(highlight): parsing of JUSTEST_DISABLE_SOURCE_HIGHLIGHT is wrong
This change fixes the parsing of the `JUSTEST_DISABLE_SOURCE_HIGHLIGHT` environment variable. Now, setting `true`, `True`, `TRUE`, `1`, or `T` will disable source code highlighting, as one would expect given the environment variable's name. Before this fix, only setting it to `false`, `False`, `FALSE`, `0` or `F` would have turned off source code highlighting, which is the exact opposite of the environment variable name.
- Loading branch information