v/vlib/v/fmt/tests
Delyan Angelov 43eaec325d fmt: add keep tests for struct init, fix warnings 2020-05-23 12:05:21 +03:00
..
anon_fn_expected.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
anon_fn_input.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
array_newlines_keep.vv fmt: fix 'import time as t', then using t.sleep_ms() . 2020-05-22 22:31:24 +03:00
array_slices_expected.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
array_slices_input.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
asserts_keep.vv vmft2: support for multiline comments, CompIf, AssertStmt, octal literals 2020-03-24 22:18:58 +01:00
blocks_expected.vv fmt: split tests 2020-03-08 15:57:16 +01:00
blocks_input.vv fmt: split tests 2020-03-08 15:57:16 +01:00
cast_expected.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
cast_input.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
char_literal_backtick_keep.vv fmt: fix formatting backtick char literal 2020-04-30 09:33:43 +02:00
concat_expr_expected.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
concat_expr_input.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
conditional_compilation_keep.vv vfmt: fix eating ? in `$if x ? {}`, missing newline in `__global ...` 2020-05-01 12:29:23 +03:00
conditions_expected.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
conditions_input.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
consts_expected.vv vfmt: handle comments in const blocks 2020-05-12 00:09:59 +02:00
consts_input.vv vfmt: handle comments in const blocks 2020-05-12 00:09:59 +02:00
enums_expected.vv fmt: split tests 2020-03-08 15:57:16 +01:00
enums_input.vv fmt: split tests 2020-03-08 15:57:16 +01:00
functions_expected.vv fmt: use the new `mut` syntax in args 2020-05-06 12:43:46 +02:00
functions_input.vv fmt: use the new `mut` syntax in args 2020-05-06 12:43:46 +02:00
go_stmt_expected.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
go_stmt_input.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
goto_expected.vv fmt: split tests 2020-03-08 15:57:16 +01:00
goto_input.vv fmt: split tests 2020-03-08 15:57:16 +01:00
import_multiple_expected.vv fmt: use `import module` syntax 2020-04-14 19:32:23 +02:00
import_multiple_input.vv fmt: handle indents 2020-04-13 16:36:32 +02:00
import_multiple_with_alias_expected.vv fmt: use `import module` syntax 2020-04-14 19:32:23 +02:00
import_multiple_with_alias_input.vv fmt: handle indents 2020-04-13 16:36:32 +02:00
import_single_expected.vv fmt: add keep tests for struct init, fix warnings 2020-05-23 12:05:21 +03:00
import_single_input.vv fmt: add keep tests for struct init, fix warnings 2020-05-23 12:05:21 +03:00
import_with_alias_keep.vv fmt: fix 'import time as t', then using t.sleep_ms() . 2020-05-22 22:31:24 +03:00
integer_literal_keep.vv vfmt: minor fixes + tests 2020-04-07 04:05:59 +02:00
loops_expected.vv fmt: fix formatting backtick char literal 2020-04-30 09:33:43 +02:00
loops_input.vv fmt: fix formatting backtick char literal 2020-04-30 09:33:43 +02:00
maps_expected.vv fmt: split tests 2020-03-08 15:57:16 +01:00
maps_input.vv fmt: split tests 2020-03-08 15:57:16 +01:00
maps_keep.vv fmt: improve handling of map[k]v and []map[k]v types 2020-05-04 18:27:07 +03:00
match_expected.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
match_input.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
missing_import_expected.vv fmt: use `import module` syntax 2020-04-14 19:32:23 +02:00
missing_import_input.vv fmt: test automatic import insertion 2020-04-12 17:57:05 +02:00
module_struct_keep.vv vfmt: skip skipped modules; add module test 2020-04-10 22:32:52 +02:00
multiline_comment_keep.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
optional_keep.vv fmt: fix optional formatting 2020-04-22 20:12:58 +02:00
optional_propagate_keep.vv compiler: propagate optional 2020-05-23 08:51:15 +02:00
or_expected.vv fmt: split tests 2020-03-08 15:57:16 +01:00
or_input.vv fmt: split tests 2020-03-08 15:57:16 +01:00
string_interpolation_literal_keep.vv another vfmt2 fix 2020-04-01 18:25:05 +02:00
string_quotes_expected.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
string_quotes_input.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
struct_init_keep.vv fmt: add keep tests for struct init, fix warnings 2020-05-23 12:05:21 +03:00
struct_keep.vv vfmt: minor fixes + tests 2020-04-07 04:05:59 +02:00
structs_expected.vv fmt: split tests 2020-03-08 15:57:16 +01:00
structs_input.vv fmt: split tests 2020-03-08 15:57:16 +01:00
type_ptr_keep.vv tests: [] fixes 2020-04-26 09:18:29 +02:00
typeof_keep.vv fmt: process TypeOf node 2020-04-03 11:59:53 +02:00
types_expected.vv fmt: TypeDecl; format more files 2020-04-25 20:58:00 +02:00
types_input.vv fmt: TypeDecl; format more files 2020-04-25 20:58:00 +02:00