v/vlib/v/tests/inout
Delyan Angelov 990a540851
tests: fix the push_work_on_channel.vv output
2022-05-19 12:16:19 +02:00
..
.gitignore
bad_st_as.out
bad_st_as.vv
cli_command_no_execute.out
cli_command_no_execute.vv
cli_root_default_help.out
cli_root_default_help.vv cli: add automatic manpage generation with -man (#13911) 2022-04-03 10:12:47 +03:00
compiler_test.v ci: add a skip list in compiler_test.v (for tmpl_parse_html.vv) 2022-05-15 10:23:13 +03:00
data_obj.v.templ parser: make the $tmpl subparser more robust. The legacy .html mode, is now ON, only for .html template files. 2022-01-18 14:57:45 +02:00
dump_expression.out ci: fix dump_expression.vv when v is actually vprod (-‸ლ) 2022-03-10 18:13:00 +02:00
dump_expression.vv tests: use u8 everywhere 2022-04-15 18:34:15 +03:00
embedded.html
enum_print.out
enum_print.vv
file.html fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
file.md
fixed_array_index.out
fixed_array_index.vv
fixed_array_slice.out
fixed_array_slice.vv
footer.md
generic_fn_with_array_arg.out checker, cgen: fix generic fn with array and fixed array arguments (#14385) 2022-05-13 06:57:48 +03:00
generic_fn_with_array_arg.vv checker, cgen: fix generic fn with array and fixed array arguments (#14385) 2022-05-13 06:57:48 +03:00
header.md
hello.out
hello.vv
hello_devs.out
hello_devs.vv
nested_structs.out
nested_structs.vv
os.out
os.vv builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
panic_with_cg.out
panic_with_cg.vv
printing_alias_has_str_method.out ast, checker, cgen: fix error for printing alias that has str method (#13809) 2022-03-23 11:52:48 +02:00
printing_alias_has_str_method.vv tests: use u8 everywhere 2022-04-15 18:34:15 +03:00
printing_aliases_of_multi_fixed_array.out cgen: fix error for printing aliases of multi fixed array (#14348) 2022-05-10 14:03:18 +03:00
printing_aliases_of_multi_fixed_array.vv cgen: fix error for printing aliases of multi fixed array (#14348) 2022-05-10 14:03:18 +03:00
printing_fixed_array_of_pointers.out
printing_fixed_array_of_pointers.vv
printing_for_v_in_a.out checker, cgen: fix printing in 'for v in a' (#14146) 2022-04-24 13:30:13 +03:00
printing_for_v_in_a.vv checker, cgen: fix printing in 'for v in a' (#14146) 2022-04-24 13:30:13 +03:00
printing_multi_fixed_array.out cgen: fix error for printing multi fixed array (#14141) 2022-04-25 14:42:05 +03:00
printing_multi_fixed_array.vv cgen: fix error for printing multi fixed array (#14141) 2022-04-25 14:42:05 +03:00
printing_slice_of_multiline_raw_string.out parser: fix printing slice of multiline raw string (#13856) 2022-03-29 18:06:11 +03:00
printing_slice_of_multiline_raw_string.vv parser: fix printing slice of multiline raw string (#13856) 2022-03-29 18:06:11 +03:00
push_work_on_channel.out tests: fix the push_work_on_channel.vv output 2022-05-19 12:16:19 +02:00
push_work_on_channel.vv tests: fix the push_work_on_channel.vv output 2022-05-19 12:16:19 +02:00
strconv_v_printf.out strconv: fix strconv.v_printf() (#13716) 2022-03-11 17:00:57 +02:00
strconv_v_printf.vv strconv: fix strconv.v_printf() (#13716) 2022-03-11 17:00:57 +02:00
string_interp.out
string_interp.vv
tmpl_all_in_one_folder.out
tmpl_all_in_one_folder.vv
tmpl_expand_v_source_code.out parser: make the $tmpl subparser more robust. The legacy .html mode, is now ON, only for .html template files. 2022-01-18 14:57:45 +02:00
tmpl_expand_v_source_code.vv parser: make the $tmpl subparser more robust. The legacy .html mode, is now ON, only for .html template files. 2022-01-18 14:57:45 +02:00
tmpl_parse_html.out fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
tmpl_parse_html.vv