From cf1ca8ec627ada0bef2acc44df13dbbf6dc28578 Mon Sep 17 00:00:00 2001 From: PinkDraconian Date: Tue, 16 Jun 2020 12:36:29 +0200 Subject: [PATCH] Added scientific notation entries --- Fuzzing/JSON.Fuzzing.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Fuzzing/JSON.Fuzzing.txt b/Fuzzing/JSON.Fuzzing.txt index 4ce63d52..9c9a41be 100644 --- a/Fuzzing/JSON.Fuzzing.txt +++ b/Fuzzing/JSON.Fuzzing.txt @@ -89,3 +89,11 @@ eval("while(1);") null true false +1e2 +1e0 +0e2 +0e0 +"1e2" +"1e0" +"0e2" +"0e0"