Skip to content

Commit 371a27f

Browse files
committed
Add a float.dict to fuzz/ as a fuzz option
1 parent 0653bac commit 371a27f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

fuzz/float.dict

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
"0"
2+
"1"
3+
"2"
4+
"3"
5+
"4"
6+
"5"
7+
"6"
8+
"7"
9+
"8"
10+
"9"
11+
"."
12+
"-"
13+
"+"
14+
"e"
15+
"E"

0 commit comments

Comments
 (0)