work on fuzzing makefile; commit corpus
This commit is contained in:
27
fuzz/corpus/9b5ccefb40edab89787819bb75b1d41da55992d2
Normal file
27
fuzz/corpus/9b5ccefb40edab89787819bb75b1d41da55992d2
Normal file
@@ -0,0 +1,27 @@
|
||||
// comment
|
||||
# comment
|
||||
/*
|
||||
comment
|
||||
*/
|
||||
|
||||
re.soupl1 = [ ËÓßÍ, 3.4, "foo" ]
|
||||
tupl2 = [at1 = tuple.*.foo.bar[0]
|
||||
splat2 = tuple[*].foo.bar[0]
|
||||
for1 = { for i, v in ["a", "a", "b"] : v => iEOF
|
||||
prefix
|
||||
${func("foo${ var.bar }")}
|
||||
suffix
|
||||
EOF
|
||||
|
||||
nest#ed_resource_1 {
|
||||
attr1 = 2
|
||||
attr2 = 2.112
|
||||
attr3 = 2.112e-12
|
||||
attr4 = 2.112e+12 2.112
|
||||
attr3 = 2.112e-12
|
||||
attr4 = 2.112e+12
|
||||
attr5 = 2.112E+12
|
||||
attr6 = 2.112E-12
|
||||
attr7 = 0x21FF
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user