We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59762dd commit 3c2f4f5Copy full SHA for 3c2f4f5
test/fuzz.jl
@@ -105,7 +105,7 @@ const inlineface =
105
106
# General syntax (from EBNF)
107
108
-const anychar = Data.Characters()
+const anychar = Data.Characters(valid=true)
109
const specialchar = Data.SampledFrom(collect("{}\$\""))
110
const plain =
111
Data.Text(filter(c -> c ∉ "{}\$\"\\", anychar); max_len=20)
0 commit comments