rhai/tests
2020-03-30 12:14:59 +08:00
..
arrays.rs Add no_object feature to disable objects. 2020-03-29 17:15:12 +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 Merge all MissingXXX errors into MissingToken. 2020-03-29 13:44:27 +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
eval.rs Fix test_eval. 2020-03-21 00:23:13 +08:00
expressions.rs Add no_object feature to disable objects. 2020-03-29 17:15:12 +08:00
float.rs Add no_object feature to disable objects. 2020-03-29 17:15:12 +08:00
for.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00
get_set.rs Add no_object feature to disable objects. 2020-03-29 17:15:12 +08:00
if_block.rs Allow if expressions. 2020-03-27 23:47:23 +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
maps.rs Add support for string literal property names in object maps. 2020-03-30 12:14:59 +08:00
math.rs Add no_object feature to disable objects. 2020-03-29 17:15:12 +08:00
method_call.rs Add no_object feature to disable objects. 2020-03-29 17:15:12 +08:00
mismatched_op.rs Add no_object feature to disable objects. 2020-03-29 17:15:12 +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 Fixing lint warnings 2020-03-24 16:57:35 +08:00
side_effects.rs Add no_object feature to disable objects. 2020-03-29 17:15:12 +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 Enable dot operations on constant variables. 2020-03-20 19:27:02 +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 Fixing lint warnings 2020-03-24 16:57:35 +08:00
var_scope.rs Fixing lint warnings 2020-03-24 16:57:35 +08:00
while_loop.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00