1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/cmd/tools/vvet/tests
2022-06-20 13:29:22 +03:00
..
accept_multi_expression_with_comments.out tools: fix v vet file.v for return if x { y // comment } else { z } 2022-06-20 13:29:22 +03:00
accept_multi_expression_with_comments.vv tools: fix v vet file.v for return if x { y // comment } else { z } 2022-06-20 13:29:22 +03:00
array_init_one_val.out vvet: fix false positive, add test (#14403) 2022-05-16 12:24:21 +03:00
array_init_one_val.vv vvet: move to own subdir, prepare richer suggestions (#7989) 2021-01-09 16:11:49 +02:00
indent_with_space.out vvet: fix false positive, add test (#14403) 2022-05-16 12:24:21 +03:00
indent_with_space.vv parser: filter out vet space indent errors inside StringInterLiterals (#9695) 2021-04-12 16:03:22 +03:00
module_file_test.out vet: simplify fn name identifying, add warning for incomplete documentation (#8227) 2021-01-21 12:46:50 +01:00
module_file_test.vv vet: simplify fn name identifying, add warning for incomplete documentation (#8227) 2021-01-21 12:46:50 +01:00
no_warn_about_missing.out vvet: fix false positive, add test (#14403) 2022-05-16 12:24:21 +03:00
no_warn_about_missing.vv vvet: fix false positive, add test (#14403) 2022-05-16 12:24:21 +03:00
parens_space_a.out vvet: fix false positive, add test (#14403) 2022-05-16 12:24:21 +03:00
parens_space_a.vv vvet: move to own subdir, prepare richer suggestions (#7989) 2021-01-09 16:11:49 +02:00
parens_space_b.out vvet: fix false positive, add test (#14403) 2022-05-16 12:24:21 +03:00
parens_space_b.vv vvet: move to own subdir, prepare richer suggestions (#7989) 2021-01-09 16:11:49 +02:00
trailing_space.out v vet: give an error for trailing whitespace (#9574) 2021-04-09 13:22:14 +03:00
trailing_space.vv v vet: give an error for trailing whitespace (#9574) 2021-04-09 13:22:14 +03:00