rhai/tests
2023-05-13 10:47:39 +08:00
..
arrays.rs Fix bug in parsing index chains. 2023-04-19 23:17:54 +08:00
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 Fix test for only_i32. 2022-01-14 23:19:27 +08:00
blobs.rs fix: default clippy lints 2022-12-30 18:07:39 +01:00
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 Use .take instead of mem::take(). 2023-04-21 10:20:19 +08:00
chars.rs Do not unnecessarily use raw strings. 2021-04-20 12:01:35 +08:00
closures.rs Use .take instead of mem::take(). 2023-04-21 10:20:19 +08:00
comments.rs Use ? in tests. 2023-02-13 08:59:58 +08:00
compound_equality.rs Use ? in tests. 2023-02-13 08:59:58 +08:00
constants.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
custom_syntax.rs Fix custom syntax bug. 2023-04-25 23:14:08 +08:00
data_size.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
debugging.rs Change debugger init signature. 2022-11-25 13:20:03 +08:00
decrement.rs Build in operators between string and char. 2021-02-25 13:29:49 +08:00
eval.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
expressions.rs Support switch range cases for floating-point values. 2023-02-12 23:20:14 +08:00
float.rs Use ? in tests. 2023-02-13 08:59:58 +08:00
fn_ptr.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
for.rs Fix test again. 2022-10-29 14:12:09 +08:00
functions.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
get_set.rs Use ? in tests. 2023-02-13 08:59:58 +08:00
if_block.rs Do not unnecessarily use raw strings. 2021-04-20 12:01:35 +08:00
increment.rs Build in operators between string and char. 2021-02-25 13:29:49 +08:00
internal_fn.rs Add take function. 2023-05-13 09:31:57 +08:00
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 Simplify using .. 2022-02-08 09:02:15 +08:00
method_call.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
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 fix: default clippy lints 2022-12-30 18:07:39 +01:00
not.rs Use ? in tests. 2023-02-13 08:59:58 +08:00
number_literals.rs Fix bug in hex parsing for negative numbers. 2021-12-18 17:07:30 +08:00
operations.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
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 Revert "Enable capacity on packages." 2022-09-14 15:17:36 +08:00
plugins_register.rs
plugins_unroll.rs Refactor wasm feature gates. 2022-01-04 22:16:20 +08:00
plugins.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
power_of.rs
print.rs Refactor. 2022-09-25 12:24:03 +08:00
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 fix: default clippy lints 2022-12-30 18:07:39 +01:00
stack.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
string.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
switch.rs Use unwrap_err. 2023-04-10 23:23:59 +08:00
throw.rs Add Dynamic::is_XXX API. 2022-11-09 12:44:57 +08:00
time.rs Fix test. 2022-10-18 16:54:26 +08:00
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 Use unwrap_err. 2023-04-10 23:23:59 +08:00
var_scope.rs Fix export shadowing bug. 2023-04-20 22:31:49 +08:00
while_loop.rs Add loop expressions. 2022-10-29 12:09:18 +08:00

Tests

Rhai engine tests.

How to Run

cargo test