rhai/tests
2021-04-03 11:49:16 +08:00
..
arrays.rs Add Dynamic::clone_cast. 2021-03-30 18:57:16 +08:00
assignments.rs
binary_ops.rs
bit_shift.rs
bool_op.rs
call_fn.rs Add test with &str parameter. 2021-03-17 22:32:22 +08:00
chars.rs
closures.rs Add Dynamic::clone_cast. 2021-03-30 18:57:16 +08:00
comments.rs
compound_equality.rs
constants.rs Deprecate RegisterFn and RegisterResultFn. 2021-03-15 11:36:30 +08:00
data_size.rs
decrement.rs
eval.rs
expressions.rs Fix test formatting. 2021-03-27 18:08:34 +08:00
float.rs Deprecate RegisterFn and RegisterResultFn. 2021-03-15 11:36:30 +08:00
fn_ptr.rs Deprecate RegisterFn and RegisterResultFn. 2021-03-15 11:36:30 +08:00
for.rs Deprecate Module::set_fn_XXX API. 2021-03-15 12:39:06 +08:00
functions.rs Fix builds. 2021-04-03 11:49:16 +08:00
get_set.rs Fix bug in property setter op-assignment. 2021-04-03 11:12:35 +08:00
if_block.rs Fix test formatting. 2021-03-27 18:08:34 +08:00
increment.rs
internal_fn.rs Fix bug in property setter op-assignment. 2021-04-03 11:12:35 +08:00
looping.rs Fix test formatting. 2021-03-27 18:08:34 +08:00
maps.rs Add Dynamic::clone_cast. 2021-03-30 18:57:16 +08:00
math.rs
method_call.rs Deprecate RegisterFn and RegisterResultFn. 2021-03-15 11:36:30 +08:00
mismatched_op.rs Deprecate RegisterFn and RegisterResultFn. 2021-03-15 11:36:30 +08:00
modules.rs Remove public_only parameters. 2021-03-17 09:58:08 +08:00
native.rs Fix bug in property setter op-assignment. 2021-04-03 11:12:35 +08:00
not.rs
number_literals.rs
operations.rs Extract constant arguments from function calls. 2021-03-28 19:04:25 +08:00
ops.rs
optimizer.rs Deprecate RegisterFn and RegisterResultFn. 2021-03-15 11:36:30 +08:00
packages.rs
plugins_register.rs
plugins_unroll.rs Intern module registration strings. 2021-03-24 09:56:25 +08:00
plugins.rs
power_of.rs
print.rs Deprecate RegisterFn and RegisterResultFn. 2021-03-15 11:36:30 +08:00
README.md
serde.rs
side_effects.rs Deprecate RegisterFn and RegisterResultFn. 2021-03-15 11:36:30 +08:00
stack.rs Fix test formatting. 2021-03-27 18:08:34 +08:00
string.rs Fix builds. 2021-04-03 11:49:16 +08:00
switch.rs
syntax.rs
throw.rs
time.rs Fix test formatting. 2021-03-27 18:08:34 +08:00
tokens.rs Deprecate RegisterFn and RegisterResultFn. 2021-03-15 11:36:30 +08:00
types.rs Deprecate RegisterFn and RegisterResultFn. 2021-03-15 11:36:30 +08:00
unary_after_binary.rs
unary_minus.rs
unit.rs
var_scope.rs Fix test formatting. 2021-03-27 18:08:34 +08:00
while_loop.rs Fix test formatting. 2021-03-27 18:08:34 +08:00

Tests

Rhai engine tests.

How to Run

cargo test