Add fuzz testing corpus and build
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
let x = {a:5,b:6,c:7}
|
||||
x['b'] = true
|
||||
x
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
let x = {a:5,b:6,c:7}
|
||||
x['b'] = true
|
||||
x
|
||||