work on fuzzing makefile; commit corpus
This commit is contained in:
20
fuzz/corpus/f32dc82323751df81a37b4acd10c56272119bbbc
Normal file
20
fuzz/corpus/f32dc82323751df81a37b4acd10c56272119bbbc
Normal file
@@ -0,0 +1,20 @@
|
||||
// comment
|
||||
# comment
|
||||
/*
|
||||
| com’š‘‹
|
||||
*/
|
||||
|
||||
resource_1 "strlit1" "strlit2" {
|
||||
attr1 = "val1"
|
||||
tup// comment
|
||||
# comment
|
||||
/*
|
||||
comment
|
||||
*/
|
||||
|
||||
rl1 = [ 1, 2, 3.4, "foo" ]
|
||||
tupl2 = []
|
||||
obj1 = { foo = "baz" }
|
||||
null1 = null
|
||||
bool1 = true
|
||||
bool2 = falseso upl2 = [ o
|
||||
Reference in New Issue
Block a user