Skip to content

Commit 3c2f4f5

Browse files
committed
Only fuzz valid characters
1 parent 59762dd commit 3c2f4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fuzz.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const inlineface =
105105

106106
# General syntax (from EBNF)
107107

108-
const anychar = Data.Characters()
108+
const anychar = Data.Characters(valid=true)
109109
const specialchar = Data.SampledFrom(collect("{}\$\""))
110110
const plain =
111111
Data.Text(filter(c -> c "{}\$\"\\", anychar); max_len=20)

0 commit comments

Comments
 (0)