aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-11-25 15:59:35 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-11-25 15:59:35 -0500
commit922b5857005be0609ecc59149748947a5c8b4b10 (patch)
tree6e72a0048fbae736756f4a25727af2ada70aa534 /test
parent32532836b91032f2dfe8258b3b4fcc6288609961 (diff)
Tweaks to NONE parsing and tests
Diffstat (limited to 'test')
-rw-r--r--test/nums.tm4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/nums.tm b/test/nums.tm
index 9d3e9a6e..3a66ffe3 100644
--- a/test/nums.tm
+++ b/test/nums.tm
@@ -22,9 +22,7 @@ func main():
>> Num.INF:isinf()
= yes
- >> Num.NAN
- = NONE : Num?
- >> nan := Num.NAN
+ >> nan := NONE : Num
= NONE : Num?
>> nan == nan
= yes