From 658743f89baf9eea7c22ef69c0b1f5f051d6503d Mon Sep 17 00:00:00 2001 From: Reza Behzadan Date: Sat, 16 May 2020 05:23:32 +0430 Subject: [PATCH] add one more test --- bigint_test.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/bigint_test.lua b/bigint_test.lua index c3f45af..1aac32c 100644 --- a/bigint_test.lua +++ b/bigint_test.lua @@ -89,3 +89,4 @@ test_divmod("322", "12312321") test_op("2", "100", "^") test_op("5", "1024", "^") +test_op("3", "4233", "^")