correction for exceptZero

This commit is contained in:
Frank Yung-Fong Tang 2020-04-20 13:50:16 -07:00 committed by Rick Waldron
parent f07fe8cb1c
commit d4017357d8

View File

@ -50,8 +50,8 @@ const tests = [
"exceptZero", "exceptZero",
"-∞", "-∞",
"-987", "-987",
"-0", "0",
"-0", "0",
"0", "0",
"0", "0",
"+987", "+987",