1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/compiler/tests
2019-08-30 12:16:39 +03:00
..
bench function argument benchmark 2019-07-25 00:13:54 +02:00
local compiler: add a test case to ensure more stable local modules 2019-08-05 10:05:00 +02:00
repl Fix incorrect string open/close check in REPL 2019-08-29 21:40:49 +03:00
defer_test.v allow multiple defers 2019-07-21 16:34:21 +02:00
enum_test.v Add enum_test.v 2019-07-13 12:19:57 +02:00
fn_test.v os: fix exec() and get_raw_line(); fix Windows tests and examples 2019-08-26 13:51:48 +03:00
interface_test.v FIX #202 2019-07-04 01:04:10 +02:00
local_test.v compiler: add a test case to ensure more stable local modules 2019-08-05 10:05:00 +02:00
match_test.v parser: match expression + match fixes 2019-08-27 00:39:11 +03:00
module_test.v move module tests 2019-07-28 17:20:24 +02:00
msvc_test.v make trim use cutset like trim_right/trim_left 2019-08-27 22:53:32 +03:00
mut_test.v parser: restore outer variable in index exprs 2019-08-30 12:16:39 +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 @ for escaping keywords 2019-07-24 02:28:29 +02:00