Add a test case for that

This commit is contained in:
K. Lange 2023-02-09 10:48:37 +09:00
parent 7ae6968b5c
commit 0f3fe14aa3
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# I have no idea how this broke.
let a = 925932958390268329583925832891583215321
let b = -a
assert a + b == 0
assert b + a == 0
assert a - b == a * 2

View File