work on fuzzing makefile; commit corpus
This commit is contained in:
26
fuzz/corpus/c836f4cd8642487d66376384fc5f06b579f38bfb
Normal file
26
fuzz/corpus/c836f4cd8642487d66376384fc5f06b579f38bfb
Normal file
@@ -0,0 +1,26 @@
|
||||
// comment
|
||||
# comment
|
||||
/*
|
||||
comment
|
||||
*/
|
||||
|
||||
resource_1 "strlit1" "strlit2" {
|
||||
attr1 = "val1"
|
||||
tupl1 = [ 1, ÎÏ 3.4, "foo" ]
|
||||
tupl2 = []
|
||||
obj1 = { foo = "baz" }
|
||||
)
|
||||
ÿÿond2 = (1 == 2) ? 1 : "foobar"
|
||||
bin1 = ((1+2)%3)*4
|
||||
esc1 = "\" \t \UFF11FF22 \uFFFF \n"
|
||||
e___________________________sc2 = "$${} %%{}"
|
||||
tpl1 =o = 2e+12
|
||||
attrbin1 = ((1+2)%3)*4
|
||||
esc1 = "= "prefix-${func("nested-${var.bar}")m"
|
||||
tF \n"
|
||||
esc2 = "$${} %%{}"
|
||||
tpl1 5 = 2.112E+12
|
||||
attr6 = 2.112E-12
|
||||
attr7 = 0x21FF
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user