aboutsummaryrefslogtreecommitdiffstats
path: root/test/forcenum.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/forcenum.ok')
-rw-r--r--test/forcenum.ok7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/forcenum.ok b/test/forcenum.ok
new file mode 100644
index 00000000..c74eefc7
--- /dev/null
+++ b/test/forcenum.ok
@@ -0,0 +1,7 @@
+[] -> 0 (type string)
+[5apple] -> 5 (type string)
+[+NaN] -> nan (type number)
+[ 6] -> 6 (type number)
+[0x1az] -> 26 (type string)
+[011Q] -> 9 (type string)
+[027] -> 23 (type number)