Home | History | Annotate | Download | only in indent
History log of /src/tests/usr.bin/indent/fmt_expr.c
RevisionDateAuthorComments
 1.11  03-Dec-2023  rillig tests/indent: test compound expressions
 1.10  16-Jun-2023  rillig tests/indent: format stderr output as end-of-line comments

This generates fewer error markers in syntax-aware editors.
 1.9  16-Jun-2023  rillig indent: improve heuristics for casts
 1.8  14-Jun-2023  rillig tests/indent: separate stdout from stderr

Due to buffering, there was no guarantee that the output would be
exactly in the same order as written in the tests.
 1.7  10-Jun-2023  rillig indent: fix indentation of continuation lines in initializers
 1.6  09-Jun-2023  rillig indent: support C99 compound literals
 1.5  09-Jun-2023  rillig tests/indent: add real-life test cases from make(1) and lint(1)
 1.4  24-Apr-2022  rillig 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.
 1.3  22-Apr-2022  rillig indent: remove FreeBSD IDs

Most of the IDs were empty anyway.
 1.2  19-Nov-2021  rillig tests/indent: refine and extend tests
 1.1  23-Oct-2021  rillig tests/indent: migrate test for offsetof to t_options

RSS XML Feed