Up to [cvs.NetBSD.org] / src / tests / usr.bin / indent
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3, Sat Apr 23 09:59:14 2022 UTC (9 months, 1 week ago) by rillig
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1
lines
FILE REMOVED
tests/indent: migrate tests for the tokens '{' and '.'
Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 22 21:21:20 2022 UTC (9 months, 1 week ago) by rillig
Branch: MAIN
Changes since 1.1: +1 -2
lines
Diff to previous 1.1 (colored)
indent: remove FreeBSD IDs Most of the IDs were empty anyway.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 18 22:30:34 2021 UTC (15 months, 1 week ago) by rillig
Branch: MAIN
tests/indent: condense the token tests This reduces the number of files in the test directory. It also allows the tests to be read from top to bottom, looking at only a single file. Since t_options.awk complains about files that don't have any test case at all, add some test for each token kind. Most of the tests had previously been effectively empty.