#
b51d2245 |
| 12-Dec-2024 |
rillig <rillig@NetBSD.org> |
tests/indent: clean up test driver
|
#
eead4095 |
| 26-Jun-2023 |
rillig <rillig@NetBSD.org> |
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
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.
show more ...
|
#
95820b53 |
| 16-Jun-2023 |
rillig <rillig@NetBSD.org> |
tests/indent: format stderr output as end-of-line comments
This generates fewer error markers in syntax-aware editors.
|
#
ca907427 |
| 14-Jun-2023 |
rillig <rillig@NetBSD.org> |
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.
|
#
0df62e5b |
| 22-May-2023 |
rillig <rillig@NetBSD.org> |
tests/indent: skip creating an intermediate file in tests
|
#
c99fb69e |
| 21-May-2023 |
rillig <rillig@NetBSD.org> |
tests/indent: fix outdated or wrong comments
|
#
89b72942 |
| 20-May-2023 |
rillig <rillig@NetBSD.org> |
tests/indent: prevent 'indent end' with arguments
|
#
a9183f83 |
| 20-May-2023 |
rillig <rillig@NetBSD.org> |
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 suppor
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.
show more ...
|