CVS log for src/tests/usr.bin/indent/lsym_lparen_or_lbracket.c
Up to [cvs.NetBSD.org] / src / tests / usr.bin / indent
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Jun 17 22:09:24 2023 UTC (17 months, 3 weeks ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +22 -1
lines
tests/indent: add miscellaneous test cases found during clean up
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jun 16 23:07:52 2023 UTC (17 months, 3 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
indent: fix spacing between postfix operator and left parenthesis
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jun 14 14:11:28 2023 UTC (17 months, 4 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
indent: allow more than 20 nested parentheses or brackets
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Jun 10 08:17:04 2023 UTC (18 months ago) by rillig
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
indent: fix indentation of continuation lines in initializers
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jun 8 20:55:22 2023 UTC (18 months ago) by rillig
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +6 -3
lines
indent: fix indentation of initializer lists with designators
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jun 8 20:49:04 2023 UTC (18 months ago) by rillig
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +17 -1
lines
tests/indent: add more tests, from indent's own code
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Jun 4 18:58:30 2023 UTC (18 months, 1 week ago) by rillig
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
indent: force at least one space after the colon of a label
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jun 4 14:20:01 2023 UTC (18 months, 1 week ago) by rillig
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3
lines
indent: rename struct field, for better symmetry
No binary change outside debug mode.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jun 4 13:49:00 2023 UTC (18 months, 1 week ago) by rillig
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -3
lines
indent: fix indentation of initializers in compound expressions
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jun 4 13:26:07 2023 UTC (18 months, 1 week ago) by rillig
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +24 -4
lines
indent: fix formatting of compound expressions, at least partially
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue May 16 11:32:02 2023 UTC (18 months, 3 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -4
lines
indent: remove support for form feed characters inside a line
Form feeds are occasionally used to split code into pages, and this use
is still supported. Having a form feed in the middle of a line is
exotic.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu May 11 18:13:55 2023 UTC (19 months ago) by rillig
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -4
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.7: download - view: text, markup, annotated - select for diffs
Sun Apr 24 09:04:12 2022 UTC (2 years, 7 months ago) by rillig
Branches: 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
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +48 -48
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.6: download - view: text, markup, annotated - select for diffs
Sun Apr 24 08:48:17 2022 UTC (2 years, 7 months ago) by rillig
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +191 -6
lines
tests/indent: migrate tests for parentheses, brackets, braces
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Apr 23 17:25:58 2022 UTC (2 years, 7 months ago) by rillig
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +94 -4
lines
tests/indent: add tests for unary and binary operators
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Apr 22 21:21:20 2022 UTC (2 years, 7 months ago) by rillig
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2
lines
indent: remove FreeBSD IDs
Most of the IDs were empty anyway.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Feb 13 12:04:37 2022 UTC (2 years, 9 months ago) by rillig
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +20 -2
lines
tests/indent: test token '('
There are already some tests in token_lparen.c that need to be merged.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 13 11:07:48 2022 UTC (2 years, 9 months ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1
lines
tests/indent: demonstrate the poor handling of compound literals
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Nov 18 21:19:19 2021 UTC (3 years ago) by rillig
Branches: MAIN
tests/indent: add skeletons for testing tokens and parser symbols
The constants that were previously defined in indent_codes.h were a wild
mixture of tokens from the lexer and symbols on the parser stack. They
were split into separate types starting at indent.h 1.49 from 2021-10-25
and finishing at 1.73 from 2021-10-31.
To match the tests with the new token names, the old tests need to be
migrated to the newly added tests. This will take some time so first
add the skeletons and migrate them in smaller steps, cleaning them up
and extending them on the way.
CVSweb <webmaster@jp.NetBSD.org>