work on fuzzing makefile; commit corpus
This commit is contained in:
27
fuzz/corpus/e491eaa10454a68f1d8d5bf21c27844bc44a9268
Normal file
27
fuzz/corpus/e491eaa10454a68f1d8d5bf21c27844bc44a9268
Normal file
@@ -0,0 +1,27 @@
|
||||
// comment
|
||||
# comment
|
||||
/*
|
||||
comment
|
||||
*/
|
||||
|
||||
resource_1 "strlit1" "strlit2" {
|
||||
attr1 = Ô‰ž“ÎÝõß tupl1 = [ 1, 2, 3.4, "foo" ]
|
||||
tupl2 = []
|
||||
obj1 = { foo = "baz" }
|
||||
)
|
||||
cond1 = (1 == 2) ? 1 : "foobar"
|
||||
bin1// comment
|
||||
# comment
|
||||
/*
|
||||
; comment
|
||||
*/
|
||||
|
||||
resource_1 "strlit1" "strlit2" {
|
||||
attr1 = "val1"
|
||||
tupl1 = [ 1, 2, 3.4, "foo" ]
|
||||
tupl2 = []
|
||||
obj1 = { foo = "baF \n"
|
||||
esc2 = "$${} %%{}"
|
||||
tpm1 = "prefix-${var.bar}"
|
||||
t = ((1+2)%pl2 3)*4
|
||||
esc1 = "\" \
|
||||
Reference in New Issue
Block a user