0 branches
Tree
Top files
Clone with HTTPS:
cstrings_test.c.v
builtin: implement a `s.hex()` method, allowing shortening `s.bytes().hex()` chains, and reducing the intermediate allocations; add tests for it (#22540)
1 year ago
338 bytes
high_ascii_const_rune_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
83 bytes
num_lit_call_method_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
919 bytes
ptr_str_method_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
259 bytes
raw_string_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
744 bytes
str_array_of_reference_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
417 bytes
str_circular_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
203 bytes
str_reference_struct_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
201 bytes
string_alias_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
283 bytes
string_array_of_ref_type_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
114 bytes
string_index_in_for_mut_in_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
298 bytes
string_interpolation_alias_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
536 bytes
string_interpolation_float_fmt_test.v
strconv: fix remove_tail_zeros bug (fix #22421) (#22422)
1 year ago
299 bytes
string_interpolation_floats_test.v
strconv: fix string interpolation with large float format (fixes #23359)
last Mar 25
980 bytes
string_interpolation_inner_cbr_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
266 bytes
string_interpolation_multi_level_test.v
scanner: fix multi-level string interpolation in if/match branch (#24805)
last Jun 28
894 bytes
string_interpolation_multistmt_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
414 bytes
string_interpolation_shared_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
1.02 KB
str_gen_test.v
cgen: generic funtion infers base type for pointers (fixes #25208)
last Apr 14
9.5 KB
string_alias_of_struct_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
287 bytes
string_array_of_ref_alias_struct_test.v
cgen: when calling dump() on a array with a type containing multiple types outputs wrong values and breaks execution (fixes #24154)
last Mar 11
563 bytes
string_escape_backslash_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
125 bytes
string_index_or_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
784 bytes
string_interpolation_array_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
2.74 KB
string_interpolation_custom_str_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
296 bytes
string_interpolation_function_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
831 bytes
string_interpolation_match_expr_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
230 bytes
string_interpolation_multi_return_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
960 bytes
string_interpolation_of_array_of_structs_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
1.88 KB
string_interpolation_string_args_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
1.02 KB
string_interpolation_string_lit_with_fmt_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
197 bytes
string_interpolation_struct_test.v
cgen: fix println(struct) unhandled exception 0xc00000fd (fixes #19178)
last Apr 21
3.89 KB
string_interpolation_struct_with_context_interface_test.v
cgen: fix c error on build with string interpolation of struct with context interface (fixes #15223)
last Apr 15
360 bytes
string_interpolation_struct_with_usize_field_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
845 bytes
string_interpolation_sumtype_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
207 bytes
string_interpolation_test.v
scanner: fix '$str' resulting in string interpolation/compilation error (fixes #26382)
last Apr 15
7.71 KB
string_interpolation_variadic_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
1.18 KB
string_interpolation_with_escape_test.v
scanner: refactor string interpolation (fix #24198) (#25053)
last Aug 6
81 bytes
string_interpolation_with_inner_quotes_test.v
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
1.43 KB
string_option_none_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
253 bytes
strings_builder_issue_13613_cg_test.v
builtin: fix strings builder bug with -cg (fixes #13613)
last Mar 25
1.3 KB
strings_unicode_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
197 bytes
vargs_auto_str_method_and_println_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
770 bytes
string_map_with_generic_struct_value_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
144 bytes
string_struct_interpolation_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
627 bytes