leo/compiler/tests/function
2021-02-16 14:19:20 -05:00
..
input remove compiler return check 2021-02-02 19:33:41 -08:00
output remove compiler return check 2021-02-02 19:33:41 -08:00
array_input.leo fix array function input bug 2020-10-26 13:14:36 -07:00
array_params_direct_call.leo add test for the fixed bug 2021-02-08 15:42:37 -05:00
conditional_return.leo remove compiler return check 2021-02-02 19:33:41 -08:00
empty.leo fix indents 2020-07-17 12:59:18 -07:00
iteration_repeated.leo refactor all tests 2020-08-16 19:14:26 -07:00
iteration.leo refactor all tests 2020-08-16 19:14:26 -07:00
mod.rs add test for the fixed bug 2021-02-08 15:42:37 -05:00
multiple_returns_fail_conditional.leo add test for bug #427 incomplete conditional 2020-12-03 13:44:47 -05:00
multiple_returns_fail.leo add test for bug #430 early returns 2020-12-03 13:38:05 -05:00
multiple_returns_main.leo add test for bug #430 early returns 2020-12-03 13:38:05 -05:00
multiple_returns.leo add test for bug #430 early returns 2020-12-03 13:38:05 -05:00
newlines.leo allow newlines and trailing commas in function declarations 2020-08-15 00:25:11 -07:00
repeated.leo refactor all tests 2020-08-16 19:14:26 -07:00
return_array_nested_fail.leo impl compare nested array types method for function return type 2020-09-17 12:46:55 -07:00
return_array_nested_pass.leo impl compare nested array types method for function return type 2020-09-17 12:46:55 -07:00
return_array_tuple_fail.leo impl compare nested array types method for function return type 2020-09-17 12:46:55 -07:00
return_array_tuple_pass.leo impl compare nested array types method for function return type 2020-09-17 12:46:55 -07:00
return_tuple_conditional.leo add test for returning a tuple in a conditional statement 2020-11-18 18:28:41 -08:00
return_tuple.leo add test for returning tuples from function 2020-11-18 18:13:49 -08:00
return.leo refactor all tests 2020-08-16 19:14:26 -07:00
scope_fail.leo rebase and replace const keyword in tests 2021-02-16 14:19:20 -05:00
undefined.leo fix indents 2020-07-17 12:59:18 -07:00
value_unchanged.leo refactor all tests 2020-08-16 19:14:26 -07:00