mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'lemu/src/lib.rs')
-rw-r--r--lemu/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lemu/src/lib.rs b/lemu/src/lib.rs
index 19edb48..8b3620d 100644
--- a/lemu/src/lib.rs
+++ b/lemu/src/lib.rs
@@ -174,5 +174,6 @@ mod test {
}
test!(run fib.mlog; output = b"12586269025");
+ test!(run numbers.mlog; output = b"121212");
test!(run celliterate.mlog 500 times; cell[0][0] = 500.0);
}