aboutsummaryrefslogtreecommitdiffstats
path: root/test/forcenum.ok
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-10-17 21:44:16 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-10-17 21:44:16 +0300
commitadf9117f975ab24f21ea6d11e555a83f1a218bf5 (patch)
treebcfab8e962a0377f45aae7700c6208b6a54ad7fd /test/forcenum.ok
parentcf79df35d1569a1c1f60c51e66e2ab44566ea4d5 (diff)
parent9842a449bf7612c763790c34be7eef39774f63be (diff)
downloadegawk-adf9117f975ab24f21ea6d11e555a83f1a218bf5.tar.gz
egawk-adf9117f975ab24f21ea6d11e555a83f1a218bf5.tar.bz2
egawk-adf9117f975ab24f21ea6d11e555a83f1a218bf5.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'test/forcenum.ok')
-rw-r--r--test/forcenum.ok2
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)