NetBSD/tests/usr.bin/indent
rillig e9b5780b33 indent: fix indentation of struct declarations 2023-05-23 16:53:57 +00:00
..
Makefile tests/indent: migrate test driver from AWK to Lua 2023-05-20 21:32:05 +00:00
edge_cases.c tests/indent: refine a few tests 2023-05-22 23:01:27 +00:00
fmt_block.c indent: fix spacing between block braces 2023-05-22 23:03:16 +00:00
fmt_decl.c indent: fix indentation of struct declarations 2023-05-23 16:53:57 +00:00
fmt_else_comment.c indent: remove buggy code for swapping tokens 2023-05-11 09:28:53 +00:00
fmt_expr.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
fmt_init.c tests/indent: migrate token tests to other tests 2022-04-24 10:36:37 +00:00
indent_off_on.c tests/indent: fix outdated or wrong comments 2023-05-21 10:18:44 +00:00
label.c indent: clean up a condition, add comments 2023-05-13 09:40:47 +00:00
lex_char.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
lex_ident.c indent: remove backslash line continuation outside preprocessing 2023-05-15 17:28:14 +00:00
lex_number.c indent: fix lexing of numbers that are spread over multiple lines 2023-05-13 13:31:37 +00:00
lex_string.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
lsym_binary_op.c tests/indent: explain, clean up and add some tests 2023-05-13 06:52:48 +00:00
lsym_case_label.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
lsym_colon.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
lsym_comma.c tests/indent: explain, clean up and add some tests 2023-05-13 06:52:48 +00:00
lsym_comment.c tests/indent: fix outdated or wrong comments 2023-05-21 10:18:44 +00:00
lsym_do.c tests/indent: refine a few tests 2023-05-22 23:01:27 +00:00
lsym_else.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
lsym_eof.c tests/indent: migrate token tests to other tests 2022-04-24 10:36:37 +00:00
lsym_for.c indent: fix spacing in declarations in for loops 2023-05-23 06:35:01 +00:00
lsym_form_feed.c tests/indent: fix outdated or wrong comments 2023-05-21 10:18:44 +00:00
lsym_funcname.c tests/indent: refine a few tests 2023-05-22 23:01:27 +00:00
lsym_if.c tests/indent: migrate token tests to other tests 2022-04-24 10:36:37 +00:00
lsym_lbrace.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
lsym_lparen_or_lbracket.c indent: remove support for form feed characters inside a line 2023-05-16 11:32:01 +00:00
lsym_newline.c tests/indent: migrate token tests to other tests 2022-04-24 10:36:37 +00:00
lsym_offsetof.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
lsym_period.c indent: remove buggy code for swapping tokens 2023-05-11 09:28:53 +00:00
lsym_postfix_op.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
lsym_preprocessing.c indent: preserve indentation of preprocessor directives 2023-05-13 08:33:39 +00:00
lsym_question.c indent: fix indentation of multi-line '?:' expressions in functions 2023-05-15 10:13:40 +00:00
lsym_rbrace.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
lsym_return.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
lsym_rparen_or_rbracket.c tests/indent: migrate token tests to other tests 2022-04-24 10:36:37 +00:00
lsym_semicolon.c tests/indent: migrate token tests to other tests 2022-04-24 10:36:37 +00:00
lsym_sizeof.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
lsym_storage_class.c tests/indent: migrate token tests to other tests 2022-04-24 10:36:37 +00:00
lsym_switch.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
lsym_tag.c indent: fix indentation of struct member names 2023-05-15 14:12:03 +00:00
lsym_type_in_parentheses.c tests/indent: fix outdated or wrong comments 2023-05-21 10:18:44 +00:00
lsym_type_outside_parentheses.c indent: improve type guessing, fix formatting of declarations 2023-05-15 18:22:40 +00:00
lsym_typedef.c tests/indent: migrate token tests to other tests 2022-04-24 10:36:37 +00:00
lsym_unary_op.c tests/indent: add code snippets found in make and lint1 2023-05-23 06:18:00 +00:00
lsym_while.c tests/indent: explain, clean up and add some tests 2023-05-13 06:52:48 +00:00
lsym_word.c tests/indent: migrate token tests to other tests 2022-04-24 10:36:37 +00:00
opt_P.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_T.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_bacc.c indent: implement blank lines around conditional compilation 2023-05-20 10:09:02 +00:00
opt_bad.c indent: fix vertical spacing after declarations 2023-05-14 16:47:06 +00:00
opt_badp.c tests/indent: -badp should not add blank lines in initializers 2023-05-15 09:05:08 +00:00
opt_bap.c tests/indent: add code snippets found in make and lint1 2023-05-23 06:18:00 +00:00
opt_bap_sob.c indent: remove broken code for handling blank lines 2023-05-11 18:13:55 +00:00
opt_bbb.c indent: implement blank line above block comment 2023-05-20 11:19:17 +00:00
opt_bc.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_bl_br.c tests/indent: fix outdated or wrong comments 2023-05-21 10:18:44 +00:00
opt_bs.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_c.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_cd.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_cdb.c tests/indent: test multi-line comments with -ncdb 2023-05-19 07:05:26 +00:00
opt_ce.c indent: remove buggy code for swapping tokens 2023-05-11 09:28:53 +00:00
opt_ci.c indent: manually wrap overly long lines 2023-05-18 05:33:27 +00:00
opt_cli.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_cs.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_d.c indent: remove buggy code for swapping tokens 2023-05-11 09:28:53 +00:00
opt_di.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_dj.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_eei.c indent: fix indentation of statements after controlling expression 2023-05-15 13:33:19 +00:00
opt_ei.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_fbs.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_fc1.c indent: fix handling of multiple block comments in a line 2023-05-14 17:53:38 +00:00
opt_fcb.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_i.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_ip.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_l.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_lc.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_ldi.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_lp.c tests/indent: add code snippets found in make and lint1 2023-05-23 06:18:00 +00:00
opt_lpl.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_pcs.c indent: document the funcname token 2023-05-18 08:09:28 +00:00
opt_psl.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_sc.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_sob.c tests/indent: add code snippets found in make and lint1 2023-05-23 06:18:00 +00:00
opt_ta.c indent: fix type cast in function definition 2023-05-15 20:50:37 +00:00
opt_ts.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_ut.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
opt_v.c indent: remove statistics 2023-05-12 10:53:33 +00:00
opt_version.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
ps_ind_level.c indent: fix spacing between function prototype and attributes 2023-05-15 14:55:47 +00:00
psym_decl.c tests/indent: migrate token tests to other tests 2022-04-24 10:36:37 +00:00
psym_do.c tests/indent: migrate token tests to other tests 2022-04-24 10:36:37 +00:00
psym_do_stmt.c tests/indent: migrate token tests to other tests 2022-04-24 10:36:37 +00:00
psym_else.c tests/indent: migrate token tests to other tests 2022-04-24 10:36:37 +00:00
psym_for_exprs.c indent: fix spacing in for loop with declaration (since 2022-02-13) 2023-05-15 08:56:39 +00:00
psym_if_expr.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
psym_if_expr_stmt.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
psym_if_expr_stmt_else.c indent: remove buggy code for swapping tokens 2023-05-11 09:28:53 +00:00
psym_lbrace.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
psym_rbrace.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
psym_semicolon.c tests/indent: test pushing the placeholder symbol to the parser stack 2023-05-12 22:36:15 +00:00
psym_stmt.c tests/indent: migrate token tests to other tests 2022-04-24 10:36:37 +00:00
psym_stmt_list.c tests/indent: migrate token tests to other tests 2022-04-24 10:36:37 +00:00
psym_switch_expr.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
psym_while_expr.c tests/indent: change directive from '#' to '//' 2022-04-24 09:04:12 +00:00
t_errors.sh tests/indent: fix outdated or wrong comments 2023-05-21 10:18:44 +00:00
t_misc.sh indent: remove accidental space before tab 2023-05-15 17:38:56 +00:00
t_options.lua tests/indent: skip creating an intermediate file in tests 2023-05-22 06:35:56 +00:00
t_options.sh tests/indent: migrate test driver from AWK to Lua 2023-05-20 21:32:05 +00:00