rhai/tests
2020-03-22 21:03:58 +08:00
..
arrays.rs Add more comments and examples. 2020-03-19 13:52:10 +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
eval.rs Fix test_eval. 2020-03-21 00:23:13 +08:00
expressions.rs Add evaluate expressions. 2020-03-22 21:03:58 +08:00
float.rs Add more comments and examples. 2020-03-19 13:52:10 +08:00
for.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00
get_set.rs Enable dot operations on constant variables. 2020-03-20 19:27:02 +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 more comments and examples. 2020-03-19 13:52:10 +08:00
mismatched_op.rs Add more comments and examples. 2020-03-19 13:52:10 +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
side_effects.rs Minor fine tuning. 2020-03-22 10:18:16 +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 Refactor tests. 2020-03-02 22:11:56 +08:00
var_scope.rs Add eval test. 2020-03-19 20:55:53 +08:00
while_loop.rs Add only_i32 and only_i64 features. 2020-03-10 23:06:20 +08:00