1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/compiler/tests
2019-08-18 19:26:55 +03:00
..
bench
local
repl tests: v implementation of repl tests 2019-08-18 19:26:55 +03:00
defer_test.v
enum_test.v
fn_test.v tmp test fix 2019-08-07 13:50:28 +02:00
interface_test.v
local_test.v
match_test.v
module_test.v
mut_test.v fix mut_test.v 2019-08-11 22:45:21 +03:00
option_test.v parser: disallow statements after a return, branch check $if, $else, switch, and loops correctly 2019-08-10 10:26:42 +02:00
str_gen_test.v generate .str() for all arrays 2019-08-11 22:39:45 +03:00
string_interpolation_test.v scanner: string interpolation with $var at the end 2019-08-16 17:06:27 +03:00
struct_test.v