Home | History | Annotate | Download | only in indent
History log of /src/tests/usr.bin/indent/t_options.lua
RevisionDateAuthorComments
 1.8  12-Dec-2024  rillig tests/indent: clean up test driver
 1.7  26-Jun-2023  rillig branches: 1.7.2;
tests/indent: strengthen requirements for test input files

Previously, 'indent run-equals-prev-output' was allowed even when there
was no 'indent run' section above. This created an ambiguity, since
'previous output' could mean either the 'indent run' section or the
'indent run-equals-input' section.
 1.6  16-Jun-2023  rillig tests/indent: format stderr output as end-of-line comments

This generates fewer error markers in syntax-aware editors.
 1.5  14-Jun-2023  rillig tests/indent: separate stdout from stderr

Due to buffering, there was no guarantee that the output would be
exactly in the same order as written in the tests.
 1.4  22-May-2023  rillig tests/indent: skip creating an intermediate file in tests
 1.3  21-May-2023  rillig tests/indent: fix outdated or wrong comments
 1.2  20-May-2023  rillig tests/indent: prevent 'indent end' with arguments
 1.1  20-May-2023  rillig tests/indent: migrate test driver from AWK to Lua

Lua reports more details when os.execute fails, which is useful when
running old versions of indent for comparison. The new test driver also
supports multiple test files in the same run.
 1.7.2.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed