CVS log for src/tests/usr.bin/indent/t_options.lua
Up to [cvs.NetBSD.org] / src / tests / usr.bin / indent
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Dec 12 05:33:47 2024 UTC (9 hours, 47 minutes ago) by rillig
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +25 -26
lines
tests/indent: clean up test driver
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jun 26 12:21:18 2023 UTC (17 months, 2 weeks ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +7 -1
lines
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.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jun 16 23:19:01 2023 UTC (17 months, 3 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
tests/indent: format stderr output as end-of-line comments
This generates fewer error markers in syntax-aware editors.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jun 14 17:07:32 2023 UTC (17 months, 4 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -2
lines
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.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon May 22 06:35:56 2023 UTC (18 months, 3 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +11 -9
lines
tests/indent: skip creating an intermediate file in tests
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun May 21 10:18:44 2023 UTC (18 months, 3 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -2
lines
tests/indent: fix outdated or wrong comments
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat May 20 22:08:07 2023 UTC (18 months, 3 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +87 -68
lines
tests/indent: prevent 'indent end' with arguments
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat May 20 21:32:05 2023 UTC (18 months, 3 weeks ago) by rillig
Branches: MAIN
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.
CVSweb <webmaster@jp.NetBSD.org>