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-06-25 22:24:28 +02: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
blocks_expected.vv
blocks_input.vv
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 parser: expression evaluated but not used error 2020-06-16 11:06:53 +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 fmt: force break in front of long unbreakable parts, avoid very small sub-expressions 2020-06-25 22:24:28 +02:00
consts_input.vv parser/fmt: fix comments in structs/consts 2020-06-23 18:01:56 +02: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
functions_expected.vv fmt: use the new mut syntax in args 2020-05-06 12:43:46 +02:00
functions_input.vv parser: expression evaluated but not used error 2020-06-16 11:06:53 +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
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 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
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
maps_in_fn_args__keep.vv vfmt: add maps_in_fn_args__keep.vv test for 3a369f5 2020-06-10 17:15:53 +03:00
maps_input.vv
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
missing_import_input.vv
module_struct_keep.vv
multiline_comment_keep.vv fmt: lots of fixes 2020-04-25 17:49:16 +02:00
optional_keep.vv
optional_propagate_keep.vv compiler: propagate optional 2020-05-23 08:51:15 +02:00
or_expected.vv
or_input.vv
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 parser: expression evaluated but not used error 2020-06-16 11:06:53 +02:00
string_quotes_input.vv parser: expression evaluated but not used error 2020-06-16 11:06:53 +02:00
struct_default_field_expressions_keep.vv fmt: fix struct field default expressions and tags 2020-05-29 21:22:27 +03:00
struct_init_keep.vv fmt: add keep tests for struct init, fix warnings 2020-05-23 12:05:21 +03:00
struct_init_with_custom_len_keep.vv fmt: add struct init keep test, fix another &&Foo bug 2020-05-30 22:34:57 +03:00
struct_init_with_ref_cast_keep.vv fmt: add struct init keep test, fix another &&Foo bug 2020-05-30 22:34:57 +03:00
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 scanner: fix parsing multiple .amp 2020-06-13 00:01:44 +02:00
typeof_keep.vv
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
void_optional_keep.vv fmt: fix ?void format error, add _keep.vv test 2020-06-03 18:45:40 +03:00