helix icon indicating copy to clipboard operation
helix copied to clipboard

Test Suite Assumes Default Config

Open ldamia opened this issue 3 years ago • 0 comments

Summary

The test suite for Helix assumes that Helix is using the default config. If Helix - correctly - loads a custom user config which causes the test suite's assumptions about the config to fail, the tests will - incorrectly - fail. This affects platforms on which the helix package performs cargo test in order to verify the installation (e.g. the AUR package helix-git).

Reproduction Steps

Create a custom config file (~/.config/helix/languages.toml) that changes the indentation for C from two spaces to four. Run cargo test.

Helix log

No response

Platform

Arch Linux

Terminal Emulator

Windows Terminal

Helix Version

helix-git-r3147.eef9eff2-1 (AUR)

ldamia avatar Oct 12 '22 22:10 ldamia