The NetBSD Project

CVS log for src/tests/usr.bin/indent/psym_rbrace.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.5 / (download) - annotate - [select for diffs], Fri Jun 16 23:19:01 2023 UTC (10 months ago) by rillig
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +13 -13 lines
Diff to previous 1.4 (colored)

tests/indent: format stderr output as end-of-line comments

This generates fewer error markers in syntax-aware editors.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 14 20:46:08 2023 UTC (10 months ago) by rillig
Branch: MAIN
Changes since 1.3: +75 -2 lines
Diff to previous 1.3 (colored)

indent: clean up the code, add a few tests

Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 24 09:04:12 2022 UTC (23 months, 3 weeks 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.2: +4 -4 lines
Diff to previous 1.2 (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.2 / (download) - annotate - [select for diffs], Fri Apr 22 21:21:20 2022 UTC (23 months, 4 weeks 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], Thu Nov 18 21:19:19 2021 UTC (2 years, 5 months ago) by rillig
Branch: 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.

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>