rhai/tests
2021-04-16 12:04:33 +08:00
..
arrays.rs Support negative index counting from end. 2021-04-10 15:00:03 +08:00
assignments.rs
binary_ops.rs Implement built-in operators with macros. 2021-03-03 21:46:48 +08:00
bit_shift.rs Fix internals build. 2021-03-08 15:55:26 +08:00
bool_op.rs
call_fn.rs Revise using string interpolation. 2021-04-04 23:22:45 +08:00
chars.rs
closures.rs Add Dynamic::clone_cast. 2021-03-30 18:57:16 +08:00
comments.rs Gate doc-comment tokenizing. 2021-04-09 23:13:33 +08:00
compound_equality.rs
constants.rs Deprecate RegisterFn and RegisterResultFn. 2021-03-15 11:36:30 +08:00
data_size.rs
decrement.rs Build in operators between string and char. 2021-02-25 13:29:49 +08:00
eval.rs Keyword can no longer be overloaded. 2021-03-01 17:17:13 +08:00
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-05 00:05:56 +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 Build in operators between string and char. 2021-02-25 13:29:49 +08:00
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 Fix no_index build. 2021-04-05 18:32:20 +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 Revise using string interpolation. 2021-04-04 23:22:45 +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 Build in operators between string and char. 2021-02-25 13:29:49 +08:00
optimizer.rs Fix builds and tests. 2021-04-06 23:28:22 +08:00
packages.rs
plugins_register.rs
plugins_unroll.rs Intern module registration strings. 2021-03-24 09:56:25 +08:00
plugins.rs Make RhaiResult internal. 2021-03-03 22:49:29 +08:00
power_of.rs
print.rs Deprecate RegisterFn and RegisterResultFn. 2021-03-15 11:36:30 +08:00
README.md
serde.rs Fix f32_feature with serde. 2021-04-06 23:18:28 +08:00
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 Support negative index counting from end. 2021-04-10 15:00:03 +08:00
switch.rs Add switch case conditions. 2021-04-16 12:04:33 +08:00
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