1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/fmt/tests
2020-07-14 18:52:28 +02:00
..
anon_fn_expected.vv
anon_fn_input.vv
array_newlines_keep.vv
array_slices_expected.vv
array_slices_input.vv
asserts_keep.vv
blocks_expected.vv
blocks_input.vv
c_struct_init_keep.vv vfmt: add _keep.vv tests for the recent fixes, to prevent regressions 2020-07-02 17:50:21 +03:00
cast_expected.vv
cast_input.vv
char_literal_backtick_keep.vv
comments_keep.vv ci: fix v vet call; fmt: fix SizeOf 2020-07-01 20:07:33 +02:00
concat_expr_expected.vv
concat_expr_input.vv
conditional_compilation_keep.vv
conditions_expected.vv
conditions_input.vv
consts_expected.vv fmt: format array elements line-by-line when nl after [ (#5776) 2020-07-09 19:47:12 +02:00
consts_input.vv fmt: array_init: use line breaks of first elements in every hierarchy (#5777) 2020-07-09 22:36:49 +02:00
enum_comments_keep.vv vfmt: add _keep.vv tests for the recent fixes, to prevent regressions 2020-07-02 17:50:21 +03:00
enums_expected.vv
enums_input.vv
expressions_expected.vv fmt: force break in front of long unbreakable parts, avoid very small sub-expressions 2020-06-25 22:24:28 +02:00
expressions_input.vv fmt: force break in front of long unbreakable parts, avoid very small sub-expressions 2020-06-25 22:24:28 +02:00
file_with_just_imports_keep.vv vfmt: turn off module is imported but never used for vfmt 2020-07-11 15:03:37 +03:00
functions_expected.vv
functions_input.vv
go_stmt_expected.vv
go_stmt_input.vv
goto_expected.vv
goto_input.vv
import_multiple_expected.vv
import_multiple_input.vv
import_multiple_with_alias_expected.vv
import_multiple_with_alias_input.vv
import_single_expected.vv
import_single_input.vv
import_with_alias_keep.vv
integer_literal_keep.vv
loops_expected.vv
loops_input.vv
maps_expected.vv
maps_in_fn_args__keep.vv
maps_input.vv
maps_keep.vv
match_expected.vv
match_input.vv
match_with_commented_branches_keep.vv vfmt: fix indent level of commented match branches 2020-07-03 17:16:20 +03:00
missing_import_expected.vv
missing_import_input.vv
module_interface_keep.vv fmt: interface decl fixes (#5829) 2020-07-14 18:52:28 +02:00
module_struct_keep.vv
multiline_comment_keep.vv
no_main_expected.vv fmt: allow parsing files without fn main() (#5681) 2020-07-05 20:53:01 +02:00
no_main_input.vv fmt: allow parsing files without fn main() (#5681) 2020-07-05 20:53:01 +02:00
optional_keep.vv
optional_propagate_keep.vv
or_expected.vv
or_input.vv
proto_module_importing_vproto_keep.vv vfmt: keep vproto.Name, in module proto in struct inits too 2020-07-11 02:42:57 +03:00
ref_type_cast_keep.vv vfmt: add _keep.vv tests for the recent fixes, to prevent regressions 2020-07-02 17:50:21 +03:00
shared_expected.vv fmt: make formatter know about new keywords shared, rlock (#5779) 2020-07-09 22:41:45 +02:00
shared_input.vv fmt: make formatter know about new keywords shared, rlock (#5779) 2020-07-09 22:41:45 +02:00
string_interpolation_expected.vv fmt: further fixes for string interpolation and builtin macros 2020-06-18 18:48:23 +02:00
string_interpolation_input.vv fmt: further fixes for string interpolation and builtin macros 2020-06-18 18:48:23 +02:00
string_interpolation_literal_keep.vv
string_quotes_expected.vv
string_quotes_input.vv
struct_default_field_expressions_keep.vv
struct_init_keep.vv
struct_init_with_custom_len_keep.vv
struct_init_with_ref_cast_keep.vv
struct_keep.vv
structs_expected.vv parser/fmt: fix comments in structs/consts 2020-06-23 18:01:56 +02:00
structs_input.vv parser/fmt: fix comments in structs/consts 2020-06-23 18:01:56 +02:00
type_ptr_keep.vv
typeof_keep.vv
types_expected.vv
types_input.vv
void_optional_keep.vv