This repository was archived by the owner on Jun 30, 2021. It is now read-only.
This repository was archived by the owner on Jun 30, 2021. It is now read-only.
Test problems with a ~/.tidyrc loaded #30
Open
Description
Both the tools cmd
and sh
specifically ensure a pre-command line config file load from the ENV variable HTML_TIDY
, they do not check that a ~/.tidyrc
exists...
Such a config file could pre-set any config the regression tests want to set up... and yield different results...
If detected, the test script should abort with a warning like - default config file ~/.tidyrc found. delete, rename, move before continuing...
....
The issue 752 exposed this failing... thanks...
Look forward to feedback, patches, PR's to fix this short falling in the current test scripts...