Merge pull request #458 from PinkDraconian/patch-2

Added scientific notation entries
This commit is contained in:
g0tmi1k 2020-06-16 13:18:56 +01:00 committed by GitHub
commit 227e072758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,3 +89,11 @@ eval("while(1);")
null
true
false
1e2
1e0
0e2
0e0
"1e2"
"1e0"
"0e2"
"0e0"