diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-17 21:41:01 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-17 21:41:01 +0300 |
commit | 9842a449bf7612c763790c34be7eef39774f63be (patch) | |
tree | 7e10750980602d8c88a74f8da1c71392076e98de /test/forcenum.ok | |
parent | 224aa5e7c6c06b99cb7402d7135ee4f926d42acd (diff) | |
download | egawk-9842a449bf7612c763790c34be7eef39774f63be.tar.gz egawk-9842a449bf7612c763790c34be7eef39774f63be.tar.bz2 egawk-9842a449bf7612c763790c34be7eef39774f63be.zip |
Adjust forcenum test for better portability.
Diffstat (limited to 'test/forcenum.ok')
-rw-r--r-- | test/forcenum.ok | 2 |
1 files changed, 2 insertions, 0 deletions
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) |