v/vlib/v/tests/inout
Cameron Katri 340543dfc0
cli: add automatic manpage generation with -man (#13911)
2022-04-03 10:12:47 +03: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 os: add os.quoted_path/1, use it consistently for running V itself 2022-01-22 21:13:28 +02: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 ci: fix dump_expression.vv when v is actually vprod (-‸ლ) 2022-03-10 18:13:00 +02:00
embedded.html
enum_print.out
enum_print.vv
file.html
file.md
fixed_array_index.out
fixed_array_index.vv
fixed_array_slice.out
fixed_array_slice.vv
footer.md
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 ast, checker, cgen: fix error for printing alias that has str method (#13809) 2022-03-23 11:52:48 +02:00
printing_fixed_array_of_pointers.out
printing_fixed_array_of_pointers.vv
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
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
tmpl_parse_html.vv