Home | History | Annotate | Download | only in indent

Lines Matching refs:indent

28 # Tests for indent that focus on comparing the effects of the various command
35 # //indent input [description]
37 # //indent run [options]
38 # Runs indent on the input, using the given options.
39 # //indent end [description]
40 # Finishes an '//indent input' or '//indent run' section.
41 # //indent run-equals-input [options]
42 # Runs indent on the input, expecting unmodified output.
43 # //indent run-equals-prev-output [options]
44 # Runs indent on the input, expecting the same output as from
47 # All text outside these directives is not passed to indent.
50 indent=$(atf_config_get usr.bin.indent.test_indent /usr/bin/indent)
55 env INDENT="$indent" lua "$srcdir/t_options.lua" "$srcdir/$1.c"