The NetBSD Project

CVS log for src/tests/usr.bin/indent/opt_sob.c

[BACK] Up to [cvs.NetBSD.org] / src / tests / usr.bin / indent

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.10 / (download) - annotate - [select for diffs], Mon Jun 5 12:01:34 2023 UTC (9 months, 3 weeks ago) by rillig
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +27 -3 lines
Diff to previous 1.9 (colored)

indent: don't remove blank line after 'if (expr) {'

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jun 2 13:59:33 2023 UTC (9 months, 3 weeks ago) by rillig
Branch: MAIN
Changes since 1.8: +1 -5 lines
Diff to previous 1.8 (colored)

indent: clean up

Only print the 'token' buffer in debug mode if it is interesting, group
the blocks in handling of '(' tokens by topic, remove obsolete comment
from test.

Revision 1.8 / (download) - annotate - [select for diffs], Tue May 23 06:18:00 2023 UTC (10 months, 1 week ago) by rillig
Branch: MAIN
Changes since 1.7: +35 -1 lines
Diff to previous 1.7 (colored)

tests/indent: add code snippets found in make and lint1

Revision 1.7 / (download) - annotate - [select for diffs], Mon May 22 10:28:59 2023 UTC (10 months, 1 week ago) by rillig
Branch: MAIN
Changes since 1.6: +3 -11 lines
Diff to previous 1.6 (colored)

indent: implement suppressing optional blank lines

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 11 09:28:53 2023 UTC (10 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.5: +3 -52 lines
Diff to previous 1.5 (colored)

indent: remove buggy code for swapping tokens

It is not the job of an indenter to swap tokens, even if it's only about
placing comments elsewhere.  The code that swapped the tokens was
complicated, buggy and impossible to understand.

In -br (brace right) mode, indent no longer moves a '{' from the
beginning of a line to the end of the previous line, as that was handled
by the token swapping code as well.  This change is unintended, but it
will be easier to re-add that now that the code is simpler.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Apr 24 09:04:12 2022 UTC (23 months ago) by rillig
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10
Changes since 1.4: +7 -7 lines
Diff to previous 1.4 (colored)

tests/indent: change directive from '#' to '//'

Using a '//' instead of '#' turns the directives into well-formed C
code, resulting in fewer error markers in the editor.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 22 21:21:20 2022 UTC (23 months, 1 week ago) by rillig
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored)

indent: remove FreeBSD IDs

Most of the IDs were empty anyway.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Oct 16 21:32:10 2021 UTC (2 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.2: +16 -3 lines
Diff to previous 1.2 (colored)

tests/lint: document and extend the tests for options

Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 16 05:40:17 2021 UTC (2 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.1: +1 -57 lines
Diff to previous 1.1 (colored)

tests/indent: remove duplicate data from options tests

Revision 1.1 / (download) - annotate - [select for diffs], Sat Oct 16 03:20:13 2021 UTC (2 years, 5 months ago) by rillig
Branch: MAIN

tests/indent: condense tests for bool options

Previously, each bool option such as '-bacc/-nbacc' had 6 test files:
input, options, output for the positive and negative option. Splitting
this test data into separate files made it harder than necessary to
quickly compare the test output from '-bacc' with that of '-nbacc'.

Have a single test for the positive and negative option, allowing
several tests to run on the same input with different options.

This commit only contains the rather mechanic changes of concatenating
the previous test files and inserting the '#indent' directives, which
are documented in t_options.sh. Removing duplicate input sections, as
well as other cleanups will follow soon.

No functional change.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>