From 9842a449bf7612c763790c34be7eef39774f63be Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 17 Oct 2017 21:41:01 +0300 Subject: Adjust forcenum test for better portability. --- test/forcenum.ok | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/forcenum.ok') diff --git a/test/forcenum.ok b/test/forcenum.ok index a379db62..0ad1714f 100644 --- a/test/forcenum.ok +++ b/test/forcenum.ok @@ -1,5 +1,7 @@ [] -> 0 (type string) [5apple] -> 5 (type string) +[NaN] -> 0 (type string) +[-NaN] -> nan (type strnum) [+NaN] -> nan (type strnum) [ 6] -> 6 (type strnum) [0x1az] -> 26 (type string) -- cgit v1.2.3