rhai/tests
2020-03-18 10:42:27 +08:00
..
arrays.rs FIX - fixes panic when constant array is assigned to. Refine README section on constants. 2020-03-14 19:46:44 +08:00
binary_ops.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00
bit_shift.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00
bool_op.rs Fine tune some tests. 2020-03-12 12:35:30 +08:00
call_fn.rs Add full optimization level for aggressive optimizing. 2020-03-15 22:39:58 +08:00
chars.rs Add constants. 2020-03-13 18:12:41 +08:00
comments.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00
compound_equality.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00
constants.rs Add full optimization level for aggressive optimizing. 2020-03-15 22:39:58 +08:00
decrement.rs Use matches! in examples. 2020-03-14 23:40:30 +08:00
float.rs Make sure all tests run with all features. 2020-03-10 19:48:47 +08:00
for.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00
get_set.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00
if_block.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00
increment.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00
internal_fn.rs Allow overloading of script functions. 2020-03-12 13:02:13 +08:00
looping.rs Handle break and return better. 2020-03-18 10:42:27 +08:00
math.rs Use matches! in examples. 2020-03-14 23:40:30 +08:00
method_call.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00
mismatched_op.rs Add full optimization level for aggressive optimizing. 2020-03-15 22:39:58 +08:00
not.rs Add no_function feature to disable script-defined functions. 2020-03-11 13:28:12 +08:00
number_literals.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00
ops.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00
optimizer.rs Add full optimization level for aggressive optimizing. 2020-03-15 22:39:58 +08:00
power_of.rs Fix power_of test. 2020-03-16 13:08:53 +08:00
string.rs Make sure all tests run with all features. 2020-03-10 19:48:47 +08:00
throw.rs Handle break and return better. 2020-03-18 10:42:27 +08:00
types.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00
unary_after_binary.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00
unary_minus.rs Add no_function feature to disable script-defined functions. 2020-03-11 13:28:12 +08:00
unit.rs Refactor tests. 2020-03-02 22:11:56 +08:00
var_scope.rs Allow call_fn with only one parameter; consume can retain functions, eval cannot. 2020-03-12 14:54:14 +08:00
while_loop.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00