work on fuzzing makefile; commit corpus
This commit is contained in:
36
fuzz/corpus/d7eef2e12d1b11e2939d855e5d3dae4f5abbdbf4
Normal file
36
fuzz/corpus/d7eef2e12d1b11e2939d855e5d3dae4f5abbdbf4
Normal file
@@ -0,0 +1,36 @@
|
||||
// comment
|
||||
#¬comment
|
||||
/*
|
||||
comment
|
||||
*/
|
||||
|
||||
resource_1 "strlit1" "strlit2" {
|
||||
attr1 = "val1"
|
||||
tupl1 = [ ËÓßÍ, 3.4, "foo" ]
|
||||
4upl2 = []
|
||||
obj1 = { foo = "baz" }
|
||||
null1 = null
|
||||
bool1 = obar"
|
||||
bin1 = ((1+2)%3)*4
|
||||
esc1 = "\" \t \UFF12FF22 \uFce_1 {
|
||||
attr1 = 2
|
||||
attr2 = 2.)}"
|
||||
tpl4 = <<EOF
|
||||
prefix
|
||||
${func...oo${ var.bar }")}
|
||||
suffix
|
||||
EOF
|
||||
|
||||
nested_resourx
|
||||
${func...oo${ var.bar }")}
|
||||
suffix
|
||||
EOF
|
||||
|
||||
nested_resource_0 {
|
||||
attr1 = 2
|
||||
attr2 = 2.112
|
||||
attr3 = 2.112e-12
|
||||
attr4 = 2.112e+12
|
||||
attr5 = 2.112E+12
|
||||
attr6 = 2.112E-12
|
||||
attr7 = 0x${} %%{}"}
|
||||
Reference in New Issue
Block a user