rhai/tests
2023-05-13 10:47:39 +08:00
..
arrays.rs
assignments.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
binary_ops.rs Allow negative shift bits. 2022-12-18 14:51:38 +08:00
bit_fields.rs
blobs.rs
bool_op.rs Use ? in tests. 2023-02-13 08:59:58 +08:00
build_type.rs Refine inlining. 2022-09-28 12:06:22 +08:00
call_fn.rs
chars.rs Do not unnecessarily use raw strings. 2021-04-20 12:01:35 +08:00
closures.rs
comments.rs
compound_equality.rs
constants.rs
custom_syntax.rs
data_size.rs
debugging.rs
decrement.rs
eval.rs
expressions.rs
float.rs
fn_ptr.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
for.rs
functions.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
get_set.rs
if_block.rs
increment.rs Build in operators between string and char. 2021-02-25 13:29:49 +08:00
internal_fn.rs
looping.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
maps.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
math.rs
method_call.rs
mismatched_op.rs Improve type display in error messages. 2023-05-13 10:47:39 +08:00
modules.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
native.rs
not.rs
number_literals.rs Fix bug in hex parsing for negative numbers. 2021-12-18 17:07:30 +08:00
operations.rs
ops.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
optimizer.rs Fix optimizer constants propagation bug. 2023-04-24 12:17:23 +08:00
options.rs fix: default clippy lints 2022-12-30 18:07:39 +01:00
packages.rs
plugins_register.rs
plugins_unroll.rs
plugins.rs
power_of.rs
print.rs
README.md
serde.rs Add support for deserialization of custom type/shared value from into another Dynamic. 2023-04-28 23:16:00 +08:00
side_effects.rs
stack.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
string.rs
switch.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
throw.rs
time.rs
tokens.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
types.rs fix: default clippy lints 2022-12-30 18:07:39 +01:00
unary_after_binary.rs
unary_minus.rs
unit.rs
var_scope.rs
while_loop.rs

Tests

Rhai engine tests.

How to Run

cargo test