rhai/tests
2020-06-16 09:34:30 +08:00
..
arrays.rs Register property versions of some methods. 2020-05-30 10:30:21 +08:00
binary_ops.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
bit_shift.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
bool_op.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
call_fn.rs Add test to call_fn with String parameter. 2020-06-12 18:46:36 +08:00
chars.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
comments.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
compound_equality.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
constants.rs Refine position display in error messages. 2020-06-12 18:04:16 +08:00
data_size.rs Support registering functions with a reference to the scripting engine. 2020-06-15 21:49:02 +08:00
decrement.rs Better String parameter error message. 2020-06-08 14:10:06 +08:00
eval.rs Use scope offset for variable access. 2020-04-28 23:05:03 +08:00
expressions.rs Refine position display in error messages. 2020-06-12 18:04:16 +08:00
float.rs More tests. 2020-05-28 14:08:21 +08:00
for.rs Add iterator support for strings. 2020-06-16 09:34:30 +08:00
functions.rs Fix bug in calling script function in method style. 2020-05-29 00:53:30 +08:00
get_set.rs Implement index setters. 2020-06-06 13:06:00 +08:00
if_block.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
increment.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
internal_fn.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
looping.rs Refine position display in error messages. 2020-06-12 18:04:16 +08:00
maps.rs Fix bug in chained dot/index expression. 2020-05-31 14:27:16 +08:00
math.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
method_call.rs Extract copy/restore of first argument in method call. 2020-05-29 18:15:58 +08:00
mismatched_op.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
modules.rs Support registering functions with a reference to the scripting engine. 2020-06-15 21:49:02 +08:00
not.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
number_literals.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
operations.rs Add maximum data size limits. 2020-06-14 14:25:47 +08:00
ops.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
optimizer.rs New optimizer test. 2020-06-13 21:57:46 +08:00
power_of.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
print.rs Fix README example for on_print and on_debug. 2020-04-29 23:03:18 +08:00
side_effects.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
stack.rs Refine position display in error messages. 2020-06-12 18:04:16 +08:00
string.rs Better String parameter error message. 2020-06-08 14:10:06 +08:00
throw.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
time.rs Register property versions of some methods. 2020-05-30 10:30:21 +08:00
types.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
unary_after_binary.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
unary_minus.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
unit.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
var_scope.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
while_loop.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00