The NetBSD Project

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jun 18 07:32:33 2023 UTC (22 months, 3 weeks ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -5 lines
indent: only add blank lines before actual block comments

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jun 18 07:29:36 2023 UTC (22 months, 3 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +18 -3 lines
indent: test block comments and the -bbb option

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jun 17 22:09:24 2023 UTC (22 months, 4 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +23 -1 lines
tests/indent: add miscellaneous test cases found during clean up

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat May 20 11:19:17 2023 UTC (23 months, 3 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -5 lines
indent: implement blank line above block comment

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 11 18:13:55 2023 UTC (2 years ago) by rillig
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -5 lines
indent: remove broken code for handling blank lines

This fixes several bugs where blank lines were erroneously added or
removed, treating these old bugs for new bugs in different places.
These new bugs are expected to be easier to fix, as the old bugs will
not interfere anymore.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Apr 24 09:04:12 2022 UTC (3 years ago) by rillig
Branches: MAIN
CVS tags: netbsd-10-base, netbsd-10-1-RELEASE, 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
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -6 lines
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.5: download - view: text, markup, annotated - select for diffs
Fri Apr 22 21:21:20 2022 UTC (3 years ago) by rillig
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
indent: remove FreeBSD IDs

Most of the IDs were empty anyway.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Nov 19 22:24:29 2021 UTC (3 years, 5 months ago) by rillig
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -28 lines
tests/indent: refine and extend tests

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Oct 16 21:32:10 2021 UTC (3 years, 6 months ago) by rillig
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +9 -1 lines
tests/lint: document and extend the tests for options

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Oct 16 05:40:17 2021 UTC (3 years, 6 months ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -27 lines
tests/indent: remove duplicate data from options tests

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Oct 16 03:20:13 2021 UTC (3 years, 6 months ago) by rillig
Branches: 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.

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>